| 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 |
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder |
|
protected class |
AbstractSVGPathSegList.PathSegListBuilder |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
SVGAnimatedPathDataSupport.handlePathSegList(org.w3c.dom.svg.SVGPathSegList p,
PathHandler h) |
Uses the given
PathHandler to handle the path segments from the
given SVGPathSegList. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AWTPathProducer |
This class provides an implementation of the PathHandler that initializes
a Shape from the value of a path's 'd' attribute.
|
class |
DefaultPathHandler |
The class provides an adapter for PathHandler.
|
class |
PathArrayProducer |
A handler class that generates an array of shorts and an array floats from
parsing path data.
|
| Modifier and Type | Field | Description |
|---|---|---|
static PathHandler |
DefaultPathHandler.INSTANCE |
The only instance of this class.
|
protected PathHandler |
PathParser.pathHandler |
The path handler used to report parse events.
|
| Modifier and Type | Method | Description |
|---|---|---|
PathHandler |
PathParser.getPathHandler() |
Returns the path handler in use.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PathParser.setPathHandler(PathHandler handler) |
Allows an application to register a path handler.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.