Package | Description |
---|---|
org.eclipse.gef.geometry.planar |
This package provides support for geometric calculations based on shapes.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
|
class |
BezierCurve
Instances of the
BezierCurve class individually represent an
arbitrary Bezier curve. |
class |
CubicCurve
An instance of the
CubicCurve class represents a BezierCurve
of degree 3, having a start and an end Point and two handle
Point s. |
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
A combination of
Rectangle s. |
class |
Ring
A combination of Polygons....
|
class |
RoundedRectangle
Represents the geometric shape of a rounded rectangle, i.e. a rectangle with
rounded corners.
|
Copyright (c) 2014 itemis AG, and others. All rights reserved.