Uses of Interface
org.apache.batik.parser.PointsHandler
Packages that use PointsHandler
Package
Description
Provides a set of parsers and objects to manipulate SVG attributes.
-
Uses of PointsHandler in org.apache.batik.dom.svg
Classes in org.apache.batik.dom.svg that implement PointsHandlerModifier and TypeClassDescriptionprotected static class
Helper class to interface thePointsParser
and thePointsHandler
. -
Uses of PointsHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement PointsHandlerModifier and TypeClassDescriptionclass
This class produces a polygon shape from a reader.class
This class produces a polyline shape from a reader.class
This class provides an adapter for PointsHandler.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 PointsHandlerModifier and TypeFieldDescriptionprotected PointsHandler
PointsParser.pointsHandler
The points handler used to report parse events.Methods in org.apache.batik.parser that return PointsHandlerModifier and TypeMethodDescriptionPointsParser.getPointsHandler()
Returns the points handler in use.Methods in org.apache.batik.parser with parameters of type PointsHandlerModifier and TypeMethodDescriptionvoid
PointsParser.setPointsHandler
(PointsHandler handler) Allows an application to register a points handler.