|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LengthHandler | |
---|---|
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.svg | |
org.apache.batik.parser | Provides a set of parsers and objects to manipulate SVG attributes. |
Uses of LengthHandler in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as LengthHandler | |
---|---|
protected LengthHandler |
SVGAnimationEngine.AnimatableLengthValueFactory.handler
Handler for the length parser. |
Uses of LengthHandler in org.apache.batik.dom.svg |
---|
Classes in org.apache.batik.dom.svg that implement LengthHandler | |
---|---|
protected class |
AbstractSVGLengthList.LengthListBuilder
Helper class to interface the LengthListParser and the
ListHandler . |
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 |