org.apache.batik.ext.awt.geom

Interface ExtendedShape

public interface ExtendedShape extends Shape

The ExtendedShape class represents a geometric path constructed from straight lines, quadratic and cubic (Bezier) curves and elliptical arcs.
Method Summary
ExtendedPathIteratorgetExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands

Method Detail

getExtendedPathIterator

public ExtendedPathIterator getExtendedPathIterator()
Get an extended Path iterator that may return SEG_ARCTO commands
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.