Uses of Interface
math.geom2d.conic.EllipseArcShape2D

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

Uses of EllipseArcShape2D in math.geom2d.conic
 

Classes in math.geom2d.conic that implement EllipseArcShape2D
 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.
 class EllipseArc2D
          An arc of ellipse.
 

Methods in math.geom2d.conic that return EllipseArcShape2D
 EllipseArcShape2D EllipseArcShape2D.reverse()
           
 EllipseArcShape2D EllipseArcShape2D.subCurve(double t0, double t1)
           
 EllipseArcShape2D CircleArc2D.transform(AffineTransform2D trans)
          Returns an instance of EllipseArc2D, or CircleArc2D if transform is a similarity.
 EllipseArcShape2D EllipseArcShape2D.transform(AffineTransform2D trans)