<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.util.svg.ExtendedGeneralPath</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true"title="class or interface in java.lang">Cloneable</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>ExtendedGeneralPath</B><DT>extends <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A><DT>implements <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true"title="class or interface in java.lang">Cloneable</A></DL>
</PRE>
<P>
The <code>ExtendedGeneralPath</code> class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arc. This class delegates lines and curves to
an enclosed <code>GeneralPath</code>. Elliptical arc is implemented
using an <code>Arc2D</code> in float precision.
<p><b>Warning</b> : An elliptical arc may be composed of several
path segments. For futher details, see the SVG Appendix F.6
<CODE>protected <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true"title="class or interface in java.awt.geom">GeneralPath</A></CODE></FONT></TD>
Constructs a new <code>ExtendedGeneralPath</code> object with
the specified winding rule and the specified initial capacity
to store path coordinates.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#ExtendedGeneralPath(java.awt.Shape)">ExtendedGeneralPath</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A> s)</CODE>
<BR>
Constructs a new <code>ExtendedGeneralPath</code> object from
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#append(com.mxgraph.util.svg.ExtendedPathIterator, boolean)">append</A></B>(<AHREF="../../../../com/mxgraph/util/svg/ExtendedPathIterator.html"title="interface in com.mxgraph.util.svg">ExtendedPathIterator</A> epi,
boolean connect)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#append(java.awt.geom.PathIterator, boolean)">append</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A> pi,
boolean connect)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#append(java.awt.Shape, boolean)">append</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A> s,
boolean connect)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<CODE>static <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Arc2D.html?is-external=true"title="class or interface in java.awt.geom">Arc2D</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#contains(java.awt.geom.Point2D)">contains</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Point2D.html?is-external=true"title="class or interface in java.awt.geom">Point2D</A> p)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#contains(java.awt.geom.Rectangle2D)">contains</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A> r)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#createTransformedShape(java.awt.geom.AffineTransform)">createTransformedShape</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</A></CODE></FONT></TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A></CODE></FONT></TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Point2D.html?is-external=true"title="class or interface in java.awt.geom">Point2D</A></CODE></FONT></TD>
<CODE> <AHREF="../../../../com/mxgraph/util/svg/ExtendedPathIterator.html"title="interface in com.mxgraph.util.svg">ExtendedPathIterator</A></CODE></FONT></TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#getPathIterator(java.awt.geom.AffineTransform)">getPathIterator</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<CODE> <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#getPathIterator(java.awt.geom.AffineTransform, double)">getPathIterator</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at,
double flatness)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#intersects(java.awt.geom.Rectangle2D)">intersects</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A> r)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html#transform(java.awt.geom.AffineTransform)">transform</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</CODE>
<BR>
Delegates to the enclosed <code>GeneralPath</code>.</TD>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
protected <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true"title="class or interface in java.awt.geom">GeneralPath</A><B>path</B></PRE>
public <B>ExtendedGeneralPath</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A> s)</PRE>
<DL>
<DD>Constructs a new <code>ExtendedGeneralPath</code> object from
<DD>Adds an elliptical arc, defined by two radii, an angle from the
x-axis, a flag to choose the large arc or not, a flag to
indicate if we increase or decrease the angles and the final
point of the arc.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rx</CODE> - the x radius of the ellipse<DD><CODE>ry</CODE> - the y radius of the ellipse<DD><CODE>angle</CODE> - the angle from the x-axis of the current
coordinate system to the x-axis of the ellipse in degrees.<DD><CODE>largeArcFlag</CODE> - the large arc flag. If true the arc
spanning less than or equal to 180 degrees is chosen, otherwise
the arc spanning greater than 180 degrees is chosen<DD><CODE>sweepFlag</CODE> - the sweep flag. If true the line joining
center to arc sweeps through decreasing angles otherwise it
sweeps through increasing angles<DD><CODE>x</CODE> - the absolute x coordinate of the final point of the arc.<DD><CODE>y</CODE> - the absolute y coordinate of the final point of the arc.</DL>
public static <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Arc2D.html?is-external=true"title="class or interface in java.awt.geom">Arc2D</A><B>computeArc</B>(double x0,
double y0,
double rx,
double ry,
double angle,
boolean largeArcFlag,
boolean sweepFlag,
double x,
double y)</PRE>
<DL>
<DD>This constructs an unrotated Arc2D from the SVG specification of an
Elliptical arc. To get the final arc you need to apply a rotation
public void <B>append</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A> s,
boolean connect)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
public void <B>append</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A> pi,
boolean connect)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
public void <B>append</B>(<AHREF="../../../../com/mxgraph/util/svg/ExtendedPathIterator.html"title="interface in com.mxgraph.util.svg">ExtendedPathIterator</A> epi,
boolean connect)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getWindingRule()"><!----></A><H3>
getWindingRule</H3>
<PRE>
public int <B>getWindingRule</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="setWindingRule(int)"><!----></A><H3>
setWindingRule</H3>
<PRE>
public void <B>setWindingRule</B>(int rule)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getCurrentPoint()"><!----></A><H3>
getCurrentPoint</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Point2D.html?is-external=true"title="class or interface in java.awt.geom">Point2D</A><B>getCurrentPoint</B>()</PRE>
<DL>
<DD>get the current position or <code>null</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="reset()"><!----></A><H3>
reset</H3>
<PRE>
public void <B>reset</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
public void <B>transform</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A><B>createTransformedShape</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getBounds()"><!----></A><H3>
getBounds</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Rectangle.html?is-external=true"title="class or interface in java.awt">Rectangle</A><B>getBounds</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#getBounds()"title="class or interface in java.awt">getBounds</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="getBounds2D()"><!----></A><H3>
getBounds2D</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A><B>getBounds2D</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#getBounds2D()"title="class or interface in java.awt">getBounds2D</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="contains(double, double)"><!----></A><H3>
contains</H3>
<PRE>
public boolean <B>contains</B>(double x,
double y)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#contains(double, double)"title="class or interface in java.awt">contains</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public boolean <B>contains</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Point2D.html?is-external=true"title="class or interface in java.awt.geom">Point2D</A> p)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#contains(java.awt.geom.Point2D)"title="class or interface in java.awt">contains</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#contains(double, double, double, double)"title="class or interface in java.awt">contains</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public boolean <B>contains</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A> r)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#contains(java.awt.geom.Rectangle2D)"title="class or interface in java.awt">contains</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#intersects(double, double, double, double)"title="class or interface in java.awt">intersects</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public boolean <B>intersects</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true"title="class or interface in java.awt.geom">Rectangle2D</A> r)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#intersects(java.awt.geom.Rectangle2D)"title="class or interface in java.awt">intersects</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A><B>getPathIterator</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#getPathIterator(java.awt.geom.AffineTransform)"title="class or interface in java.awt">getPathIterator</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/PathIterator.html?is-external=true"title="class or interface in java.awt.geom">PathIterator</A><B>getPathIterator</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/geom/AffineTransform.html?is-external=true"title="class or interface in java.awt.geom">AffineTransform</A> at,
double flatness)</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true#getPathIterator(java.awt.geom.AffineTransform, double)"title="class or interface in java.awt">getPathIterator</A></CODE> in interface <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/awt/Shape.html?is-external=true"title="class or interface in java.awt">Shape</A></CODE></DL>
public <AHREF="../../../../com/mxgraph/util/svg/ExtendedPathIterator.html"title="interface in com.mxgraph.util.svg">ExtendedPathIterator</A><B>getExtendedPathIterator</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="clone()"><!----></A><H3>
clone</H3>
<PRE>
public <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A><B>clone</B>()</PRE>
<DL>
<DD>Delegates to the enclosed <code>GeneralPath</code>.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A></CODE> in class <CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></CODE></DL>