AbstractParser |
This class is the superclass of all parsers.
|
AWTPolylineProducer |
This class produces a polyline shape from a reader.
|
ErrorHandler |
This interface must be implemented and then registred as the error handler
in order to be notified of parsing errors.
|
ExtendedGeneralPath |
The ExtendedGeneralPath class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arc.
|
ExtendedPathIterator |
The ExtendedPathIterator class represents a geometric
path constructed from straight lines, quadratic and cubic (Bezier)
curves and elliptical arcs.
|
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.
|
ParseException |
This class encapsulates a general parse error or warning.
|
Parser |
This interface represents a parser.
|
PathHandler |
This interface must be implemented and then registred as the
handler of a PathParser instance in order to be
notified of parsing events.
|
PointsHandler |
This interface must be implemented and then registred as the
handler of a PointsParser instance in order to be
notified of parsing events.
|
ShapeProducer |
This interface represents objects which creates Shape objects.
|