Class Summary |
AbstractParser |
This class is the superclass of all parsers. |
AWTPathProducer |
This class provides an implementation of the PathHandler that initializes
a Shape from the value of a path's 'd' attribute. |
AWTPolygonProducer |
This class produces a polygon shape from a reader. |
AWTPolylineProducer |
This class produces a polyline shape from a reader. |
DefaultErrorHandler |
This class provides a default implementation of ErrorHandler. |
ExtendedGeneralPath |
The ExtendedGeneralPath class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arc. |
NormalizingReader |
This class represents a reader which normalizes the line break: \n,
\r, \r\n are replaced by \n. |
NumberParser |
This class represents a parser with support for numbers. |
PathParser |
This class implements an event-based parser for the SVG path's d
attribute values. |
PointsParser |
This class implements an event-based parser for the SVG points
attribute values (used with polyline and polygon elements). |
StringNormalizingReader |
This class represents a NormalizingReader which handles Strings. |