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.3 2003/08/08 11:39:05 vhardy Exp $
Author:
Thomas DeWeese

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



<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.