Uses of Interface
org.apache.batik.parser.NumberListHandler
-
Packages that use NumberListHandler Package Description org.apache.batik.dom.svg org.apache.batik.parser 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 NumberListHandler Modifier and Type Class Description protected class
AbstractSVGNumberList.NumberListBuilder
Helper class to interface theNumberListParser
and theNumberListHandler
. -
Uses of NumberListHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement NumberListHandler Modifier and Type Class Description class
DefaultNumberListHandler
class
FloatArrayProducer
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 NumberListHandler Modifier and Type Field Description static 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 NumberListHandler Modifier and Type Method Description NumberListHandler
NumberListParser. getNumberListHandler()
Returns the number list handler in use.Methods in org.apache.batik.parser with parameters of type NumberListHandler Modifier and Type Method Description void
NumberListParser. setNumberListHandler(NumberListHandler handler)
Allows an application to register a number list handler.
-