Package org.apache.batik.ext.awt.geom
Interface ExtendedShape
-
- All Superinterfaces:
java.awt.Shape
- All Known Implementing Classes:
ExtendedGeneralPath
,ShapeExtender
public interface ExtendedShape extends java.awt.Shape
TheExtendedShape
class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.- Version:
- $Id: ExtendedShape.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedPathIterator
getExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands
-
-
-
Method Detail
-
getExtendedPathIterator
ExtendedPathIterator getExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands
-
-