| 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 and Description |
|---|---|
protected class |
AbstractSVGNumberList.NumberListBuilder
Helper class to interface the
NumberListParser and the
NumberListHandler. |
| Modifier and Type | Class and 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 and 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 and Description |
|---|---|
NumberListHandler |
NumberListParser.getNumberListHandler()
Returns the number list handler in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberListParser.setNumberListHandler(NumberListHandler handler)
Allows an application to register a number list handler.
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.