| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| 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 static class |
ViewBox.ViewHandler |
This class can be used to store the value of the attribute viewBox or can
also be used to store the various attribute value that can be specified
on a SVG URI fragments.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler |
| Modifier and Type | Interface | 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 | Description |
|---|---|---|
class |
DefaultFragmentIdentifierHandler |
This class provides an adapter for FragmentIdentifierHandler.
|
class |
DefaultPreserveAspectRatioHandler |
This class provides an adapter for PreserveAspectRatioHandler.
|
| Modifier and Type | Field | 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 | Description |
|---|---|---|
PreserveAspectRatioHandler |
PreserveAspectRatioParser.getPreserveAspectRatioHandler() |
Returns the length handler in use.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PreserveAspectRatioParser.setPreserveAspectRatioHandler(PreserveAspectRatioHandler handler) |
Allows an application to register a PreserveAspectRatioParser handler.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.