<li><ahref="../../../../com/mxgraph/util/svg/AWTPathProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Next Class</span></a></li>
<li><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></li>
<li><ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.AWTPolylineProducer</a></li>
<li>
<ulclass="inheritance">
<li>com.mxgraph.util.svg.AWTPolygonProducer</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<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>
<br>
<pre>public class <spanclass="strong">AWTPolygonProducer</span>
extends <ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</a></pre>
<divclass="block">This class produces a polygon shape from a reader.</div>
<h3>Fields inherited from class com.mxgraph.util.svg.<ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</a></h3>
<tdclass="colFirst"><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></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/util/svg/AWTPolygonProducer.html#createShape(java.lang.String, int)">createShape</a></strong>(<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,
<h3>Methods inherited from class com.mxgraph.util.svg.<ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</a></h3>
<h3>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></h3>
<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></li>
<pre>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> createShape(<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>
<divclass="block">Utility method for creating an ExtendedGeneralPath.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>text</code> - The text representation of the path specification.</dd><dd><code>wr</code> - The winding rule to use for creating the path.</dd>
<dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a></code></dd></dl>
</li>
</ul>
<aname="endPoints()">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>endPoints</h4>
<pre>public void endPoints()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a></pre>
<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></dd>
<dt><strong>Overrides:</strong></dt>
<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></dd>
<dt><spanclass="strong">Throws:</span></dt>
<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
<li><ahref="../../../../com/mxgraph/util/svg/AWTPathProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Next Class</span></a></li>