Uses of Interface
math.geom2d.conic.EllipseShape2D

Packages that use EllipseShape2D
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their respective arcs. 
 

Uses of EllipseShape2D in math.geom2d.conic
 

Classes in math.geom2d.conic that implement EllipseShape2D
 class Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.
 class Ellipse2D
          An ellipse in the plane.
 

Methods in math.geom2d.conic that return EllipseShape2D
 EllipseShape2D EllipseShape2D.reverse()
           
 EllipseShape2D Circle2D.transform(AffineTransform2D trans)
          Transforms this circle by an affine transform.
 EllipseShape2D EllipseShape2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.conic that return types with arguments of type EllipseShape2D
 java.util.Collection<? extends EllipseShape2D> EllipseShape2D.continuousCurves()