Uses of Interface
org.apache.batik.parser.LengthHandler
Packages that use LengthHandler
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
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 LengthHandlerModifier and TypeClassDescriptionprotected classHelper class to interface theLengthListParserand theListHandler. -
Uses of LengthHandler in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as LengthHandlerModifier and TypeFieldDescriptionprotected LengthHandlerSVGAnimationEngine.AnimatableLengthValueFactory.handlerHandler for the length parser. -
Uses of LengthHandler in org.apache.batik.parser
Subinterfaces of LengthHandler in org.apache.batik.parserModifier and TypeInterfaceDescriptioninterfaceThis 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 LengthHandlerModifier and TypeClassDescriptionclassThis class provides an adapter for LengthHandlerclassThis class provides an adapter for LengthListHandlerclassA handler class that generates an array of shorts and an array floats from parsing a length list.static classA LengthHandler that convert units.Fields in org.apache.batik.parser declared as LengthHandlerModifier and TypeFieldDescriptionstatic final 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 LengthHandlerModifier and TypeMethodDescriptionLengthParser.getLengthHandler()Returns the length handler in use.Methods in org.apache.batik.parser with parameters of type LengthHandlerModifier and TypeMethodDescriptionvoidLengthParser.setLengthHandler(LengthHandler handler) Allows an application to register a length handler.