Uses of Interface
org.apache.batik.parser.LengthHandler
-
Packages that use LengthHandler Package Description org.apache.batik.anim.dom org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. -
-
Uses of LengthHandler in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement LengthHandler Modifier and Type Class Description protected class
AbstractSVGLengthList.LengthListBuilder
Helper class to interface theLengthListParser
and theListHandler
. -
Uses of LengthHandler in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as LengthHandler Modifier and Type Field Description protected LengthHandler
SVGAnimationEngine.AnimatableLengthValueFactory. handler
Handler for the length parser. -
Uses of LengthHandler in org.apache.batik.parser
Subinterfaces of LengthHandler in org.apache.batik.parser Modifier and Type Interface Description interface
LengthListHandler
This interface must be implemented and then registred as the handler of aLengthListParser
instance in order to be notified of parsing events.Classes in org.apache.batik.parser that implement LengthHandler Modifier and Type Class Description class
DefaultLengthHandler
This class provides an adapter for LengthHandlerclass
DefaultLengthListHandler
This class provides an adapter for LengthListHandlerclass
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 Modifier and Type Field Description 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 Modifier and Type Method Description LengthHandler
LengthParser. getLengthHandler()
Returns the length handler in use.Methods in org.apache.batik.parser with parameters of type LengthHandler Modifier and Type Method Description void
LengthParser. setLengthHandler(LengthHandler handler)
Allows an application to register a length handler.
-