<li><ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/PointsHandler.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><ahref="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.AbstractParser</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.NumberParser</a></li>
<li>
<ulclass="inheritance">
<li>com.mxgraph.util.svg.PathParser</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<divclass="description">
<ulclass="blockList">
<liclass="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><ahref="../../../../com/mxgraph/util/svg/Parser.html"title="interface in com.mxgraph.util.svg">Parser</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="strong">PathParser</span>
extends <ahref="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">NumberParser</a></pre>
<divclass="block">This class implements an event-based parser for the SVG path's d
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a></code></td>
<h3>Fields inherited from class com.mxgraph.util.svg.<ahref="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</a></h3>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><strong><ahref="../../../../com/mxgraph/util/svg/PathParser.html#PathParser(com.mxgraph.util.svg.PathHandler)">PathParser</a></strong>(<ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> handler)</code>
<divclass="block">Method responsible for actually parsing data after AbstractParser
has initialized itself.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/mxgraph/util/svg/PathParser.html#setPathHandler(com.mxgraph.util.svg.PathHandler)">setPathHandler</a></strong>(<ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> handler)</code>
<divclass="block">Allows an application to register a path handler.</div>
<h3>Methods inherited from class com.mxgraph.util.svg.<ahref="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">NumberParser</a></h3>
<h3>Methods inherited from class com.mxgraph.util.svg.<ahref="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</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>protected <ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> pathHandler</pre>
<divclass="block">The path handler used to report parse events.</div>
<pre>public PathParser(<ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> handler)</pre>
<pre>public void setPathHandler(<ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> handler)</pre>
<divclass="block">Allows an application to register a path handler.
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>handler</code> - The transform list handler.</dd></dl>
</li>
</ul>
<aname="getPathHandler()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getPathHandler</h4>
<pre>public <ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</a> getPathHandler()</pre>
<divclass="block">Returns the path handler in use.</div>
</li>
</ul>
<aname="doParse()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>doParse</h4>
<pre>protected void doParse()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block"><strong>Description copied from class: <code><ahref="../../../../com/mxgraph/util/svg/AbstractParser.html#doParse()">AbstractParser</a></code></strong></div>
<divclass="block">Method responsible for actually parsing data after AbstractParser
has initialized itself.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><ahref="../../../../com/mxgraph/util/svg/AbstractParser.html#doParse()">doParse</a></code> in class <code><ahref="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</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></dd>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parsem()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parsem</h4>
<pre>protected void parsem()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'm' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseM()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseM</h4>
<pre>protected void parseM()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'M' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parsel()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parsel</h4>
<pre>protected void parsel()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'l' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseL()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseL</h4>
<pre>protected void parseL()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'L' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseh()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseh</h4>
<pre>protected void parseh()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'h' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseH()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseH</h4>
<pre>protected void parseH()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'H' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parsev()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parsev</h4>
<pre>protected void parsev()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'v' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseV()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseV</h4>
<pre>protected void parseV()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'V' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parsec()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parsec</h4>
<pre>protected void parsec()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'c' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseC()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseC</h4>
<pre>protected void parseC()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'C' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseq()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseq</h4>
<pre>protected void parseq()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'q' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseQ()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseQ</h4>
<pre>protected void parseQ()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'Q' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parses()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parses</h4>
<pre>protected void parses()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 's' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseS()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseS</h4>
<pre>protected void parseS()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'S' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parset()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parset</h4>
<pre>protected void parset()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 't' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseT()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseT</h4>
<pre>protected void parseT()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'T' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parsea()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parsea</h4>
<pre>protected void parsea()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'a' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="parseA()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>parseA</h4>
<pre>protected void parseA()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Parses a 'A' command.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<aname="skipSubPath()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>skipSubPath</h4>
<pre>protected void skipSubPath()
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Skips a sub-path.</div>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
throws <ahref="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</a>,
<ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<dl><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>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
throws <ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></pre>
<divclass="block">Skips the whitespaces and an optional comma.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>true if comma was skipped.</dd>
<dt><spanclass="strong">Throws:</span></dt>
<dd><code><ahref="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</a></code></dd></dl>
<li><ahref="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg"><spanclass="strong">Next Class</span></a></li>