Uses of Class
math.geom2d.domain.ContourArray2D

Packages that use ContourArray2D
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 respective arcs. 
math.geom2d.domain Definition of planar domains, and basic implementations. 
 

Uses of ContourArray2D in math.geom2d.circulinear
 

Subclasses of ContourArray2D in math.geom2d.circulinear
 class CirculinearContourArray2D<T extends CirculinearContour2D>
          A circulinear boundary which is composed of several CirculinearContour2D.
 

Uses of ContourArray2D in math.geom2d.conic
 

Subclasses of ContourArray2D in math.geom2d.conic
 class Hyperbola2D
          An Hyperbola, which is represented as a curve set of two boundary curves which are instances of HyperbolaBranch2D.
 

Uses of ContourArray2D in math.geom2d.domain
 

Methods in math.geom2d.domain that return ContourArray2D
static ContourArray2D<Contour2D> Boundaries2D.clipBoundary(Boundary2D boundary, Box2D box)
          Clips a boundary and closes the result curve.
static
<T extends Contour2D>
ContourArray2D<T>
ContourArray2D.create(java.util.Collection<T> curves)
          Static factory for creating a new ContourArray2D from a collection of contours.
static
<T extends Contour2D>
ContourArray2D<T>
ContourArray2D.create(T... curves)
          Static factory for creating a new ContourArray2D from an array of contours.
 ContourArray2D<? extends Contour2D> ContourArray2D.reverse()
           
 ContourArray2D<? extends Contour2D> ContourArray2D.transform(AffineTransform2D trans)