| Modifier and Type | Interface and Description |
|---|---|
interface |
FragmentIdentifierHandler
This interface must be implemented and then registred as the
handler of a
PreserveAspectRatioParser instance
in order to be notified of parsing events. |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTTransformProducer
This class provides an implementation of the PathHandler that initializes
an AffineTransform from the value of a 'transform' attribute.
|
class |
DefaultFragmentIdentifierHandler
This class provides an adapter for FragmentIdentifierHandler.
|
class |
DefaultTransformListHandler
This class provides an adapter for TransformListHandler.
|
| Modifier and Type | Field and Description |
|---|---|
static TransformListHandler |
DefaultTransformListHandler.INSTANCE
The only instance of this class.
|
protected TransformListHandler |
TransformListParser.transformListHandler
The transform list handler used to report parse events.
|
| Modifier and Type | Method and Description |
|---|---|
TransformListHandler |
TransformListParser.getTransformListHandler()
Returns the transform list handler in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformListParser.setTransformListHandler(TransformListHandler handler)
Allows an application to register a transform list handler.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.