Index
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 aQuadraticCurve
from the previous position of aPath
to thePoint
at index 1 associated with thePath.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 thisAffineTransform
. - 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 ofPoint
s 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form