Uses of Class
math.geom2d.conic.Ellipse2D

Packages that use Ellipse2D
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
 

Uses of Ellipse2D in math.geom2d.conic
 

Subclasses of Ellipse2D in math.geom2d.conic
 class Circle2D
          A circle in the plane, defined as the set of points located at an equal distance from the circle center.
 

Fields in math.geom2d.conic declared as Ellipse2D
protected  Ellipse2D EllipseArc2D.ellipse
           
 

Methods in math.geom2d.conic that return Ellipse2D
 Ellipse2D Ellipse2D.getReverseCurve()
          Returns the ellipse with same center and same radius, but with the other orientation.
 Ellipse2D Ellipse2D.transform(AffineTransform2D trans)
          Transforms this ellipse by an affine transform.
 

Constructors in math.geom2d.conic with parameters of type Ellipse2D
EllipseArc2D(Ellipse2D ell, double start, double extent)
          Specify supporting ellipse, start angle and angle extent.
EllipseArc2D(Ellipse2D ell, double start, double end, boolean direct)
          Specify supporting ellipse, start angle and end angle, and a flag indicating wheter the arc is directed or not.