| Modifier and Type | Class and 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 and 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 and Description |
|---|---|
PathHandler |
PathParser.getPathHandler()
Returns the path handler in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathParser.setPathHandler(PathHandler handler)
Allows an application to register a path handler.
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.