| 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 |
DefaultFragmentIdentifierHandler
This class provides an adapter for FragmentIdentifierHandler.
|
class |
DefaultPreserveAspectRatioHandler
This class provides an adapter for PreserveAspectRatioHandler.
|
| Modifier and Type | Field and Description |
|---|---|
static PreserveAspectRatioHandler |
DefaultPreserveAspectRatioHandler.INSTANCE
The only instance of this class.
|
protected PreserveAspectRatioHandler |
PreserveAspectRatioParser.preserveAspectRatioHandler
The PreserveAspectRatio handler used to report parse events.
|
| Modifier and Type | Method and Description |
|---|---|
PreserveAspectRatioHandler |
PreserveAspectRatioParser.getPreserveAspectRatioHandler()
Returns the length handler in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreserveAspectRatioParser.setPreserveAspectRatioHandler(PreserveAspectRatioHandler handler)
Allows an application to register a PreserveAspectRatioParser handler.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.