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 class
Helper class to interface theLengthListParser
and theListHandler
. -
Uses of LengthHandler in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as LengthHandlerModifier and TypeFieldDescriptionprotected LengthHandler
SVGAnimationEngine.AnimatableLengthValueFactory.handler
Handler for the length parser. -
Uses of LengthHandler in org.apache.batik.parser
Subinterfaces of LengthHandler in org.apache.batik.parserModifier and TypeInterfaceDescriptioninterface
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 LengthHandlerModifier and TypeClassDescriptionclass
This class provides an adapter for LengthHandlerclass
This class provides an adapter for LengthListHandlerclass
A handler class that generates an array of shorts and an array floats from parsing a length list.static class
A LengthHandler that convert units.Fields in org.apache.batik.parser declared as LengthHandlerModifier and TypeFieldDescriptionstatic final 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 LengthHandlerModifier and TypeMethodDescriptionLengthParser.getLengthHandler()
Returns the length handler in use.Methods in org.apache.batik.parser with parameters of type LengthHandlerModifier and TypeMethodDescriptionvoid
LengthParser.setLengthHandler
(LengthHandler handler) Allows an application to register a length handler.