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 classAbstractSVGLengthList.LengthListBuilderHelper class to interface theLengthListParserand theListHandler. -
Uses of LengthHandler in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as LengthHandler Modifier and Type Field Description protected LengthHandlerSVGAnimationEngine.AnimatableLengthValueFactory. handlerHandler 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 interfaceLengthListHandlerThis interface must be implemented and then registred as the handler of aLengthListParserinstance in order to be notified of parsing events.Classes in org.apache.batik.parser that implement LengthHandler Modifier and Type Class Description classDefaultLengthHandlerThis class provides an adapter for LengthHandlerclassDefaultLengthListHandlerThis class provides an adapter for LengthListHandlerclassLengthArrayProducerA handler class that generates an array of shorts and an array floats from parsing a length list.static classUnitProcessor.UnitResolverA LengthHandler that convert units.Fields in org.apache.batik.parser declared as LengthHandler Modifier and Type Field Description static LengthHandlerDefaultLengthHandler. INSTANCEThe only instance of this class.protected LengthHandlerLengthParser. lengthHandlerThe length handler used to report parse events.Methods in org.apache.batik.parser that return LengthHandler Modifier and Type Method Description LengthHandlerLengthParser. getLengthHandler()Returns the length handler in use.Methods in org.apache.batik.parser with parameters of type LengthHandler Modifier and Type Method Description voidLengthParser. setLengthHandler(LengthHandler handler)Allows an application to register a length handler.
-