|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> [ geom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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
The ExtendedShape class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs.
- Version:
- $Id: ExtendedShape.java,v 1.4 2004/08/18 07:13:47 vhardy Exp $
| Method Summary | |
ExtendedPathIterator |
getExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands |
| Methods inherited from interface java.awt.Shape |
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects |
| Method Detail |
getExtendedPathIterator
public ExtendedPathIterator getExtendedPathIterator()
- Get an extended Path iterator that may return SEG_ARCTO commands
|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> [ geom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC