Index

A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

Q

QUAD_TO - Static variable in class org.eclipse.gef.geometry.planar.Path.Segment
A Path.Segment.QUAD_TO Path.Segment represents a QuadraticCurve from the previous position of a Path to the Point at index 1 associated with the Path.Segment.
quadrantRotate(int) - Method in class org.eclipse.gef.geometry.planar.AffineTransform
Adds a rotation by an integer multiple of 90deg to the transformation matrix of this AffineTransform.
quadrantRotate(int, double, double) - Method in class org.eclipse.gef.geometry.planar.AffineTransform
Adds a rotation by an integer multiple of 90deg around the Point specified by the given x and y coordinates to the transformation matrix of this AffineTransform.
QuadraticCurve - Class in org.eclipse.gef.geometry.planar
Represents the geometric shape of a quadratic Bézier curve.
QuadraticCurve(double...) - Constructor for class org.eclipse.gef.geometry.planar.QuadraticCurve
Constructs a new QuadraticCurve from the given sequence of x- and y-coordinates of the start-, the control-, and the end-point.
QuadraticCurve(double, double, double, double, double, double) - Constructor for class org.eclipse.gef.geometry.planar.QuadraticCurve
Constructs a new QuadraticCurve object from the given point coordinates.
QuadraticCurve(Point...) - Constructor for class org.eclipse.gef.geometry.planar.QuadraticCurve
Constructs a new QuadraticCurve from the given sequence of Points formed by start-, control-, and end-point.
QuadraticCurve(Point, Point, Point) - Constructor for class org.eclipse.gef.geometry.planar.QuadraticCurve
Constructs a new QuadraticCurve object from the given points.
quadTo(double, double, double, double) - Method in class org.eclipse.gef.geometry.planar.Path
Adds a quadratic curve segment from the current position to the specified end position, using the provided control point as a parametric control point.
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form