class |
Arc |
Represents the geometric shape of an Arc , which is defined by its
enclosing framing Rectangle , a start Angle (relative to the
x-axis), and an angular extend in counter-clockwise (CCW) direction.
|
class |
BezierCurve |
Instances of the BezierCurve class individually represent an
arbitrary Bezier curve.
|
class |
CubicCurve |
|
class |
CurvedPolygon |
|
class |
Ellipse |
Represents the geometric shape of an ellipse.
|
class |
Line |
Represents the geometric shape of a line (or linear curve).
|
class |
Pie |
The Pie is a closed AbstractArcBasedGeometry .
|
class |
PolyBezier |
|
class |
Polygon |
Represents the geometric shape of a convex polygon.
|
class |
Polyline |
Represents the geometric shape of a polyline.
|
class |
QuadraticCurve |
Represents the geometric shape of a quadratic Bézier curve.
|
class |
Rectangle |
Represents the geometric shape of a rectangle, where a rectangle is
characterized by means of its upper left corner (x,y) and its size (width,
height).
|
class |
Region |
|
class |
Ring |
A combination of Polygons....
|
class |
RoundedRectangle |
Represents the geometric shape of a rounded rectangle, i.e. a rectangle with
rounded corners.
|