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 classHelper class to interface thePointsParserand thePointsHandler. -
Uses of PointsHandler in org.apache.batik.parser
Classes in org.apache.batik.parser that implement PointsHandlerModifier and TypeClassDescriptionclassThis class produces a polygon shape from a reader.classThis class produces a polyline shape from a reader.classThis class provides an adapter for PointsHandler.classA 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 PointsHandlerPointsParser.pointsHandlerThe 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 TypeMethodDescriptionvoidPointsParser.setPointsHandler(PointsHandler handler) Allows an application to register a points handler.