Uses of Class
math.geom2d.line.ClosedPolyline2D

Packages that use ClosedPolyline2D
math.geom2d.line Straight curves : straight lines, line segments, rays, and polylines. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
 

Uses of ClosedPolyline2D in math.geom2d.line
 

Methods in math.geom2d.line that return ClosedPolyline2D
 ClosedPolyline2D ClosedPolyline2D.getReverseCurve()
          Returns the closed polyline with same points taken in reverse order.
 ClosedPolyline2D ClosedPolyline2D.transform(AffineTransform2D trans)
          Return the transformed shape, as a ClosePolyline2D.
 

Uses of ClosedPolyline2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return types with arguments of type ClosedPolyline2D
 BoundarySet2D<ClosedPolyline2D> MultiPolygon2D.getBoundary()
           
 

Methods in math.geom2d.polygon with parameters of type ClosedPolyline2D
 void MultiPolygon2D.addPolyline(ClosedPolyline2D polyline)
           
 

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

Constructor parameters in math.geom2d.polygon with type arguments of type ClosedPolyline2D
MultiPolygon2D(java.util.Collection<ClosedPolyline2D> lines)