Uses of Class
util.polygon2d.Polygon2D
-
Packages that use Polygon2D Package Description util.polygon2d -
-
Uses of Polygon2D in util.polygon2d
Subclasses of Polygon2D in util.polygon2d Modifier and Type Class Description static classPolygon2D.DoubleThe concrete Polygon class that stores coordinates internally as doubles.static classPolygon2D.FloatThe concrete Polygon class that stores coordinates internally as floats.Constructors in util.polygon2d with parameters of type Polygon2D Constructor Description PolygonIterator(Polygon2D pl, AffineTransform at)Create a new iterator over the given polygon and with the given transform.
-