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 class
Helper class to interface theNumberListParser
and theNumberListHandler
. -
Uses of NumberListHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement NumberListHandlerModifier and TypeClassDescriptionclass
class
A 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 NumberListHandler
DefaultNumberListHandler.INSTANCE
The only instance of this class.protected NumberListHandler
NumberListParser.numberListHandler
The 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 TypeMethodDescriptionvoid
NumberListParser.setNumberListHandler
(NumberListHandler handler) Allows an application to register a number list handler.