|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of LengthHandler in org.apache.batik.parser |
|---|
| Subinterfaces of LengthHandler in org.apache.batik.parser | |
|---|---|
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. |
| Classes in org.apache.batik.parser that implement LengthHandler | |
|---|---|
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. |
| Fields in org.apache.batik.parser declared as LengthHandler | |
|---|---|
static LengthHandler |
DefaultLengthHandler.INSTANCE
The only instance of this class. |
protected LengthHandler |
LengthParser.lengthHandler
The length handler used to report parse events. |
| Methods in org.apache.batik.parser that return LengthHandler | |
|---|---|
LengthHandler |
LengthParser.getLengthHandler()
Returns the length handler in use. |
| Methods in org.apache.batik.parser with parameters of type LengthHandler | |
|---|---|
void |
LengthParser.setLengthHandler(LengthHandler handler)
Allows an application to register a length handler. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||