| Package | Description |
|---|---|
| org.apache.batik.dom.svg | |
| org.apache.batik.parser |
Provides a set of parsers and objects to manipulate SVG attributes.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
AbstractSVGPointList.PointsListBuilder |
Helper class to interface the
PointsParser and the
PointsHandler. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AWTPolygonProducer |
This class produces a polygon shape from a reader.
|
class |
AWTPolylineProducer |
This class produces a polyline shape from a reader.
|
class |
DefaultPointsHandler |
This class provides an adapter for PointsHandler.
|
class |
FloatArrayProducer |
A handler class that generates an array of floats from parsing a
number list or a point list.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected PointsHandler |
PointsParser.pointsHandler |
The points handler used to report parse events.
|
| Modifier and Type | Method | Description |
|---|---|---|
PointsHandler |
PointsParser.getPointsHandler() |
Returns the points handler in use.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PointsParser.setPointsHandler(PointsHandler handler) |
Allows an application to register a points handler.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.