<li><ahref="../../../../com/mxgraph/util/svg/AWTPolygonProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/CSSConstants.html"title="interface 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>
<ulclass="inheritance">
<li>com.mxgraph.util.svg.AWTPolylineProducer</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>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><ahref="../../../../com/mxgraph/util/svg/AWTPolygonProducer.html"title="class in com.mxgraph.util.svg">AWTPolygonProducer</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">AWTPolylineProducer</span>
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>
implements <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></pre>
<divclass="block">This class produces a polyline shape from a reader.</div>
<divclass="block">Is the current path a new one?</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><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></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<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/AWTPolylineProducer.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,
int wr)</code>
<divclass="block">Utility method for creating an ExtendedGeneralPath.</div>
<tdclass="colFirst"><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></td>
<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>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> path</pre>
<divclass="block">The current path.</div>
</li>
</ul>
<aname="newPath">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>newPath</h4>
<pre>protected boolean newPath</pre>
<divclass="block">Is the current path a new one?</div>
</li>
</ul>
<aname="windingRule">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>windingRule</h4>
<pre>protected int windingRule</pre>
<divclass="block">The winding rule to use to construct the path.</div>
<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>
<divclass="block">Sets the winding rule used to construct the path.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html#setWindingRule(int)">setWindingRule</a></code> in interface <code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</a></code></dd>
</dl>
</li>
</ul>
<aname="getWindingRule()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getWindingRule</h4>
<pre>public int getWindingRule()</pre>
<divclass="block">Returns the current winding rule.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html#getWindingRule()">getWindingRule</a></code> in interface <code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</a></code></dd>
</dl>
</li>
</ul>
<aname="getShape()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getShape</h4>
<pre>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> getShape()</pre>
<divclass="block">Returns the Shape object initialized during the last parsing.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html#getShape()">getShape</a></code> in interface <code><ahref="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</a></code></dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the shape or null if this handler has not been used by
a parser.</dd></dl>
</li>
</ul>
<aname="startPoints()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>startPoints</h4>
<pre>public void startPoints()
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#startPoints()">startPoints</a></code> in interface <code><ahref="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</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
points</dd></dl>
</li>
</ul>
<aname="point(float, float)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>point</h4>
<pre>public void point(float x,
float y)
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#point(float, float)">point</a></code> in interface <code><ahref="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</a></code></dd>
<dt><spanclass="strong">Parameters:</span></dt><dd><code>x</code> - the x coordinate of the point</dd><dd><code>y</code> - the y coordinate of the point</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
points</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><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/AWTPolygonProducer.html"title="class in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/CSSConstants.html"title="interface in com.mxgraph.util.svg"><spanclass="strong">Next Class</span></a></li>