Uses of Interface
org.apache.batik.parser.NumberListHandler
Packages that use NumberListHandler
Package
Description
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of NumberListHandler in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement NumberListHandlerModifier and TypeClassDescriptionprotected static classHelper class to interface theNumberListParserand theNumberListHandler. -
Uses of NumberListHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement NumberListHandlerModifier and TypeClassDescriptionclassclassA handler class that generates an array of floats from parsing a number list or a point list.Fields in org.apache.batik.parser declared as NumberListHandlerModifier and TypeFieldDescriptionstatic final NumberListHandlerDefaultNumberListHandler.INSTANCEThe only instance of this class.protected NumberListHandlerNumberListParser.numberListHandlerThe number list handler used to report parse events.Methods in org.apache.batik.parser that return NumberListHandlerModifier and TypeMethodDescriptionNumberListParser.getNumberListHandler()Returns the number list handler in use.Methods in org.apache.batik.parser with parameters of type NumberListHandlerModifier and TypeMethodDescriptionvoidNumberListParser.setNumberListHandler(NumberListHandler handler) Allows an application to register a number list handler.