| AbstractRectangularShape2i<IT extends AbstractRectangularShape2i<?>> |
A rectangular shape with 2 integer numbers.
|
| AbstractShape2i<T extends AbstractShape2i<?>> |
Abstract shape with 2 integer numbers.
|
| Circle2i |
A circle with 2 integer numbers.
|
| GeomFactory2i |
Factory of geometrical elements.
|
| MultiShape2i<T extends Shape2i<?>> |
Container for grouping of shapes.
|
| OrientedPoint2i |
2D oriented point with int precision floating-point numbers.
|
| Path2i |
Path with 2 integer numbers.
|
| PathElement2i |
An element of the path with 2 integer numbers.
|
| PathElement2i.ArcPathElement2i |
An element of the path that represents a Arc_TO.
|
| PathElement2i.ClosePathElement2i |
An element of the path that represents a CLOSE.
|
| PathElement2i.CurvePathElement2i |
An element of the path that represents a CURVE_TO.
|
| PathElement2i.LinePathElement2i |
An element of the path that represents a LINE_TO.
|
| PathElement2i.MovePathElement2i |
An element of the path that represents a MOVE_TO.
|
| PathElement2i.QuadPathElement2i |
An element of the path that represents a QUAD_TO.
|
| Point2i |
2D Point with 2 integer numbers.
|
| Rectangle2i |
A rectangle with 2 integer numbers.
|
| Segment2i |
A 2D segment/line with 2 integer numbers.
|
| SegmentPoint2i |
A 2D segment/line encapsulating points with 2 integer numbers.
|
| Tuple2i<RT extends Tuple2i<? super RT>> |
2D tuple with 2 integer numbers.
|
| Vector2i |
2D Vector with 2 integer numbers.
|