<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/CSSConstants.html"title="interface in com.mxgraph.util.svg">CSSConstants</A></B></TD>
<TD>This interface defines constants for CSS.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/ErrorHandler.html"title="interface in com.mxgraph.util.svg">ErrorHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the error handler
in order to be notified of parsing errors.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedPathIterator.html"title="interface in com.mxgraph.util.svg">ExtendedPathIterator</A></B></TD>
<TD>The <code>ExtendedPathIterator</code> class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/Parser.html"title="interface in com.mxgraph.util.svg">Parser</A></B></TD>
<TD>This interface represents a parser.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/PathHandler.html"title="interface in com.mxgraph.util.svg">PathHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PathParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PointsParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/ShapeProducer.html"title="interface in com.mxgraph.util.svg">ShapeProducer</A></B></TD>
<TD>This interface represents objects which creates Shape objects.</TD>
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</A></B></TD>
<TD>This class is the superclass of all parsers.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/AWTPathProducer.html"title="class in com.mxgraph.util.svg">AWTPathProducer</A></B></TD>
<TD>This class provides an implementation of the PathHandler that initializes
a Shape from the value of a path's 'd' attribute.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/AWTPolygonProducer.html"title="class in com.mxgraph.util.svg">AWTPolygonProducer</A></B></TD>
<TD>This class produces a polygon shape from a reader.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/AWTPolylineProducer.html"title="class in com.mxgraph.util.svg">AWTPolylineProducer</A></B></TD>
<TD>This class produces a polyline shape from a reader.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/DefaultErrorHandler.html"title="class in com.mxgraph.util.svg">DefaultErrorHandler</A></B></TD>
<TD>This class provides a default implementation of ErrorHandler.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/ExtendedGeneralPath.html"title="class in com.mxgraph.util.svg">ExtendedGeneralPath</A></B></TD>
<TD>The <code>ExtendedGeneralPath</code> class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arc.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/NormalizingReader.html"title="class in com.mxgraph.util.svg">NormalizingReader</A></B></TD>
<TD>This class represents a reader which normalizes the line break: \n,
\r, \r\n are replaced by \n.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">NumberParser</A></B></TD>
<TD>This class represents a parser with support for numbers.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/PathParser.html"title="class in com.mxgraph.util.svg">PathParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG path's d
attribute values.</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/PointsParser.html"title="class in com.mxgraph.util.svg">PointsParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG points
attribute values (used with polyline and polygon elements).</TD>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TDWIDTH="15%"><B><AHREF="../../../../com/mxgraph/util/svg/StringNormalizingReader.html"title="class in com.mxgraph.util.svg">StringNormalizingReader</A></B></TD>
<TD>This class represents a NormalizingReader which handles Strings.</TD>