| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.parser |
Provides a set of parsers and objects to manipulate SVG attributes.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractSVGLengthList.LengthListBuilder
Helper class to interface the
LengthListParser and the
ListHandler. |
| Modifier and Type | Field and Description |
|---|---|
protected LengthHandler |
SVGAnimationEngine.AnimatableLengthValueFactory.handler
Handler for the length parser.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LengthListHandler
This interface must be implemented and then registred as the
handler of a
LengthListParser instance in order to be
notified of parsing events. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLengthHandler
This class provides an adapter for LengthHandler
|
class |
DefaultLengthListHandler
This class provides an adapter for LengthListHandler
|
class |
LengthArrayProducer
A handler class that generates an array of shorts and an array floats from
parsing a length list.
|
static class |
UnitProcessor.UnitResolver
A LengthHandler that convert units.
|
| Modifier and Type | Field and Description |
|---|---|
static LengthHandler |
DefaultLengthHandler.INSTANCE
The only instance of this class.
|
protected LengthHandler |
LengthParser.lengthHandler
The length handler used to report parse events.
|
| Modifier and Type | Method and Description |
|---|---|
LengthHandler |
LengthParser.getLengthHandler()
Returns the length handler in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LengthParser.setLengthHandler(LengthHandler handler)
Allows an application to register a length handler.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.