|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LengthHandler | |
| org.apache.batik.parser | Provides a set of parsers and objects to manipulate SVG attributes. |
| org.apache.batik.util | Provides some useful classes. |
| 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 |
| 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. |
| Uses of LengthHandler in org.apache.batik.util |
| Classes in org.apache.batik.util that implement LengthHandler | |
static class |
UnitProcessor.UnitResolver
A LengthHandler that convert units. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||