Uses of Interface
org.apache.batik.parser.LengthListHandler
Packages that use LengthListHandler
Package
Description
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of LengthListHandler in org.apache.batik.anim.dom
Classes in org.apache.batik.anim.dom that implement LengthListHandlerModifier and TypeClassDescriptionprotected classHelper class to interface theLengthListParserand theListHandler. -
Uses of LengthListHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement LengthListHandlerModifier and TypeClassDescriptionclassThis class provides an adapter for LengthListHandlerclassA handler class that generates an array of shorts and an array floats from parsing a length list.Fields in org.apache.batik.parser declared as LengthListHandlerModifier and TypeFieldDescriptionstatic final LengthListHandlerDefaultLengthListHandler.INSTANCEThe only instance of this class.Methods in org.apache.batik.parser that return LengthListHandlerModifier and TypeMethodDescriptionLengthListParser.getLengthListHandler()Returns the length list handler in use.Methods in org.apache.batik.parser with parameters of type LengthListHandlerModifier and TypeMethodDescriptionvoidLengthListParser.setLengthListHandler(LengthListHandler handler) Allows an application to register a length list handler.