Interface ExtendedShape
- All Superinterfaces:
Shape
- All Known Implementing Classes:
ExtendedGeneralPath, ShapeExtender
The
ExtendedShape class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs.- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionGet an extended Path iterator that may return SEG_ARCTO commandsMethods inherited from interface Shape
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects
-
Method Details
-
getExtendedPathIterator
ExtendedPathIterator getExtendedPathIterator()Get an extended Path iterator that may return SEG_ARCTO commands
-