Uses of Interface
org.apache.batik.parser.LengthListHandler
-
Packages that use LengthListHandler Package Description org.apache.batik.anim.dom org.apache.batik.parser 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 LengthListHandler Modifier and Type Class Description protected class
AbstractSVGLengthList.LengthListBuilder
Helper class to interface theLengthListParser
and theListHandler
. -
Uses of LengthListHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement LengthListHandler Modifier and Type Class Description class
DefaultLengthListHandler
This class provides an adapter for LengthListHandlerclass
LengthArrayProducer
A 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 LengthListHandler Modifier and Type Field Description static LengthListHandler
DefaultLengthListHandler. INSTANCE
The only instance of this class.Methods in org.apache.batik.parser that return LengthListHandler Modifier and Type Method Description LengthListHandler
LengthListParser. getLengthListHandler()
Returns the length list handler in use.Methods in org.apache.batik.parser with parameters of type LengthListHandler Modifier and Type Method Description void
LengthListParser. setLengthListHandler(LengthListHandler handler)
Allows an application to register a length list handler.
-