|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EllipseArc2D | |
---|---|
math.geom2d.conic | Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. |
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.clone()
|
static EllipseArc2D |
EllipseArc2D.create(Ellipse2D ell,
double start,
double extent)
Specify supporting ellipse, start angle and end angle, and a flag indicating whether the arc is directed or not. |
static EllipseArc2D |
EllipseArc2D.create(Ellipse2D ell,
double start,
double end,
boolean direct)
Specify supporting ellipse, start angle and end angle, and a flag indicating whether the arc is directed or not. |
EllipseArc2D |
EllipseArc2D.getReverseCurve()
Returns the ellipse arc which refers to the reversed parent ellipse, with same start angle, and with opposite angle extent. |
EllipseArc2D |
EllipseArc2D.getSubCurve(double t0,
double t1)
Returns a new EllipseArc2D. |
EllipseArc2D |
Ellipse2D.getSubCurve(double t0,
double t1)
return a new EllipseArc2D. |
EllipseArc2D |
CircleArc2D.transform(AffineTransform2D trans)
Returns 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. |
Collection<? extends EllipseArc2D> |
EllipseArc2D.getContinuousCurves()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |