| AbstractRectangularShape2d<IT extends AbstractRectangularShape2d<?>> |
Abstract rectangular shape with 2 double precision floating-point numbers.
|
| AbstractShape2d<T extends AbstractShape2d<?>> |
Abstract shape with 2 double precision floating-point numbers.
|
| Circle2d |
A circle with 2 double precision floating-point numbers.
|
| Ellipse2d |
An ellipse with 2 double precision floating-point numbers.
|
| GeomFactory2d |
Factory of geometrical elements.
|
| MultiShape2d<T extends Shape2d<?>> |
Container for grouping of shapes.
|
| OrientedPoint2d |
2D oriented point with double precision floating-point numbers.
|
| OrientedRectangle2d |
Oriented rectangle with 2 double precision floating-point numbers.
|
| Parallelogram2d |
Parallelogram with 2 double precision floating-point numbers.
|
| Path2d |
Path with 2 double precision floating-point numbers.
|
| PathElement2d |
An element of the path with 2 double precision floating-point numbers.
|
| PathElement2d.ArcPathElement2d |
An element of the path that represents a Arc_TO.
|
| PathElement2d.ClosePathElement2d |
An element of the path that represents a CLOSE.
|
| PathElement2d.CurvePathElement2d |
An element of the path that represents a CURVE_TO.
|
| PathElement2d.LinePathElement2d |
An element of the path that represents a LINE_TO.
|
| PathElement2d.MovePathElement2d |
An element of the path that represents a MOVE_TO.
|
| PathElement2d.QuadPathElement2d |
An element of the path that represents a QUAD_TO.
|
| Point2d |
2D Point with 2 double precision floating-point numbers.
|
| Rectangle2d |
A rectangle with 2 double precision floating-point numbers.
|
| RoundRectangle2d |
A round rectangle with 2 double precision floating-point numbers.
|
| Segment2d |
A 2D segment/line with 2 double precision floating-point numbers.
|
| SegmentPoint2d |
A 2D segment/line encapsulating points with 2 double precision numbers.
|
| Triangle2d |
A triangle with 2 double precision floating-point numbers.
|
| Tuple2d<RT extends Tuple2d<? super RT>> |
2D tuple with 2 double precision floating-point numbers.
|
| Vector2d |
2D Vector with 2 double precision floating-point numbers.
|