| Package | Description |
|---|---|
| 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 class |
AbstractSVGNumberList.NumberListBuilder |
Helper class to interface the
NumberListParser and the
NumberListHandler. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultNumberListHandler |
|
class |
FloatArrayProducer |
A handler class that generates an array of floats from parsing a
number list or a point list.
|
| Modifier and Type | Field | Description |
|---|---|---|
static NumberListHandler |
DefaultNumberListHandler.INSTANCE |
The only instance of this class.
|
protected NumberListHandler |
NumberListParser.numberListHandler |
The number list handler used to report parse events.
|
| Modifier and Type | Method | Description |
|---|---|---|
NumberListHandler |
NumberListParser.getNumberListHandler() |
Returns the number list handler in use.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
NumberListParser.setNumberListHandler(NumberListHandler handler) |
Allows an application to register a number list handler.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.