Uses of Class
math.geom2d.conic.EllipseArc2D

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

Uses of EllipseArc2D in math.geom2d.conic
 

Subclasses of EllipseArc2D in math.geom2d.conic
 class CircleArc2D
          A circle arc, defined by the center and the radius of the containing circle, by a starting angle, and by a (signed) angle extent.
 

Methods in math.geom2d.conic that return EllipseArc2D
 EllipseArc2D EllipseArc2D.getReverseCurve()
          returns the ellipse arc which refers to the reversed parent ellipse, with same start angle, and with opposite angle extent.
 EllipseArc2D Ellipse2D.getSubCurve(double t0, double t1)
          return a new EllipseArc2D.
 EllipseArc2D EllipseArc2D.getSubCurve(double t0, double t1)
          return a new EllipseArc2D.
 EllipseArc2D CircleArc2D.transform(AffineTransform2D trans)
          return an instance of EllipseArc2D, or CircleArc2D if transform is a similarity.
 EllipseArc2D EllipseArc2D.transform(AffineTransform2D trans)
           
 

Methods in math.geom2d.conic that return types with arguments of type EllipseArc2D
 CurveSet2D<? extends EllipseArc2D> EllipseArc2D.clip(Box2D box)
          Clip the ellipse arc by a box.