Uses of Class
math.geom2d.polygon.SimplePolygon2D

Packages that use SimplePolygon2D
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
 

Uses of SimplePolygon2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return SimplePolygon2D
 SimplePolygon2D SimplePolygon2D.clone()
           
 SimplePolygon2D SimplePolygon2D.complement()
          Returns the polygon created by reversing the order of the vertices.
static SimplePolygon2D SimplePolygon2D.create(Collection<? extends Point2D> points)
          Static factory for creating a new SimplePolygon2D from a collection of points.
static SimplePolygon2D SimplePolygon2D.create(Point2D[] points)
          Static factory for creating a new SimplePolygon2D from an array of points.
 SimplePolygon2D HRectangle2D.transform(AffineTransform2D trans)
          Return the new Polygon created by an affine transform of this polygon.
 SimplePolygon2D SimplePolygon2D.transform(AffineTransform2D trans)
          Returns the new Polygon created by an affine transform of this polygon.
 SimplePolygon2D 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 SimplePolygon2D
 Collection<SimplePolygon2D> MultiPolygon2D.getPolygons()
          Return the set of (oriented) polygons forming this MultiPolygon2D.
 

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

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



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.