<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 "><AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.AWTPolylineProducer</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.util.svg.AWTPolygonProducer</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A>, <AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>AWTPolygonProducer</B><DT>extends <AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</A></DL>
</PRE>
<P>
This class produces a polygon shape from a reader.
<THALIGN="left"><B>Fields inherited from class com.mxgraph.util.svg.<AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</A></B></TH>
<CODE>static <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/AWTPolygonProducer.html#createShape(java.lang.String, int)">createShape</A></B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> text,
int wr)</CODE>
<BR>
Utility method for creating an ExtendedGeneralPath.</TD>
<THALIGN="left"><B>Methods inherited from class com.mxgraph.util.svg.<AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</A></B></TH>
<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#clone()"title="class or interface in java.lang">clone</A>, <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>
public static <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>createShape</B>(<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> text,
int wr)
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DL>
<DD>Utility method for creating an ExtendedGeneralPath.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>text</CODE> - The text representation of the path specification.<DD><CODE>wr</CODE> - The winding rule to use for creating the path.
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE></DL>
</DD>
</DL>
<HR>
<ANAME="endPoints()"><!----></A><H3>
endPoints</H3>
<PRE>
public void <B>endPoints</B>()
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html#endPoints()">endPoints</A></CODE> in interface <CODE><AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html#endPoints()">endPoints</A></CODE> in class <CODE><AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE> - if an error occured while processing the