Uses of Interface
math.geom2d.domain.Domain2D

Packages that use Domain2D
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
math.geom2d.domain Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.line Implementations of 'linear shapes', i.e. 
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
 

Uses of Domain2D in math.geom2d.circulinear
 

Subinterfaces of Domain2D in math.geom2d.circulinear
 interface CirculinearDomain2D
          A domain whose boundary is a circulinear curve.
 

Classes in math.geom2d.circulinear that implement Domain2D
 class GenericCirculinearDomain2D
          A specialization of GenericDomain2D, whose boundary is constrained to be circulinear.
 

Uses of Domain2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return Domain2D
 Domain2D HyperbolaBranch2D.getDomain()
           
 Domain2D Ellipse2D.getDomain()
           
 Domain2D Parabola2D.getDomain()
           
 

Uses of Domain2D in math.geom2d.domain
 

Classes in math.geom2d.domain that implement Domain2D
 class GenericDomain2D
          A domain defined from its boundary.
 

Methods in math.geom2d.domain that return Domain2D
 Domain2D Domain2D.clip(Box2D box)
           
 Domain2D GenericDomain2D.clip(Box2D box)
           
 Domain2D Domain2D.complement()
          Returns the domain which complements this domain in the plane.
 Domain2D GenericDomain2D.complement()
           
 Domain2D BoundaryPolyCurve2D.getDomain()
           
 Domain2D BoundarySet2D.getDomain()
           
 Domain2D Boundary2D.getDomain()
          Returns the domain delimited by this boundary.
 Domain2D Domain2D.transform(AffineTransform2D transform)
           
 

Uses of Domain2D in math.geom2d.line
 

Methods in math.geom2d.line that return Domain2D
 Domain2D StraightLine2D.getDomain()
           
 

Uses of Domain2D in math.geom2d.polygon
 

Subinterfaces of Domain2D in math.geom2d.polygon
 interface Polygon2D
          Represent any class made of a finite set of simply connected edges.
 

Classes in math.geom2d.polygon that implement Domain2D
 class HRectangle2D
          HRectangle2D defines a rectangle with edges parallel to main axis.
 class MultiPolygon2D
          A polygonal domain whose boundary is composed of several disjoint continuous LinearRing2D.
 class Rectangle2D
          Rectangle2D defines a rectangle rotated around its first corner.
 class SimplePolygon2D
          Represent a polygonal domain whose boundary is a single closed polyline.
 

Methods in math.geom2d.polygon that return Domain2D
 Domain2D HRectangle2D.clip(Box2D box)
          Returns the clipping of the rectangle, as an instance of HRectangle2D.
 Domain2D SimplePolygon2D.clip(Box2D box)
          Returns the shape formed by the polygon clipped by the given box.
 Domain2D Rectangle2D.clip(Box2D box)
          Return the clipped polygon.
static Domain2D Polygon2DUtils.createBuffer(Polygon2D polygon, double d)
           
 Domain2D LinearRing2D.getDomain()
           
 



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