Uses of Interface
org.apache.batik.parser.PointsHandler

Packages that use PointsHandler
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
 

Uses of PointsHandler in org.apache.batik.parser
 

Classes in org.apache.batik.parser that implement PointsHandler
 class AWTPolygonProducer
          This class produces a polygon shape from a reader.
 class AWTPolylineProducer
          This class produces a polyline shape from a reader.
 class DefaultPointsHandler
          This class provides an adapter for PointsHandler.
 

Fields in org.apache.batik.parser declared as PointsHandler
protected  PointsHandler PointsParser.pointsHandler
          The points handler used to report parse events.
 

Methods in org.apache.batik.parser that return PointsHandler
 PointsHandler PointsParser.getPointsHandler()
          Returns the points handler in use.
 

Methods in org.apache.batik.parser with parameters of type PointsHandler
 void PointsParser.setPointsHandler(PointsHandler handler)
          Allows an application to register a points handler.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.