Uses of Class
math.geom2d.polygon.Polygon2D

Packages that use Polygon2D
math.geom2d Planar geometry toolbox. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
 

Uses of Polygon2D in math.geom2d
 

Methods in math.geom2d that return Polygon2D
 Polygon2D Box2D.transform(AffineTransform2D trans)
          Return the new domain created by an affine transform of this box.
 

Uses of Polygon2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return Polygon2D
 Polygon2D Polygon2D.transform(AffineTransform2D trans)
          Return the new Polygon created by an affine transform of this polygon.
 Polygon2D HRectangle2D.transform(AffineTransform2D trans)
          Return the new Polygon created by an affine transform of this polygon.
 Polygon2D Rectangle2D.transform(AffineTransform2D trans)
          Return the new Polygon created by an affine transform of this polygon.
 

Methods in math.geom2d.polygon that return types with arguments of type Polygon2D
 java.util.Collection<Polygon2D> MultiPolygon2D.getPolygons()
          Return the set of (oriented) polygons forming this MultiPolygon2D.
 

Methods in math.geom2d.polygon with parameters of type Polygon2D
 void MultiPolygon2D.addPolygon(Polygon2D polygon)
           
 

Constructors in math.geom2d.polygon with parameters of type Polygon2D
MultiPolygon2D(Polygon2D polygon)