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

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

Uses of PathHandler in org.apache.batik.parser
 

Classes in org.apache.batik.parser that implement PathHandler
 class AWTPathProducer
          This class provides an implementation of the PathHandler that initializes a Shape from the value of a path's 'd' attribute.
 

Methods in org.apache.batik.parser that return PathHandler
 PathHandler PathParser.getPathHandler()
          Returns the path handler in use.
 

Methods in org.apache.batik.parser with parameters of type PathHandler
 void PathParser.setPathHandler(PathHandler handler)
          Allows an application to register a path handler.
 

Uses of PathHandler in org.apache.batik.refimpl.parser
 

Classes in org.apache.batik.refimpl.parser that implement PathHandler
 class DefaultPathHandler
          The class provides an adapter for PathHandler.
 

Fields in org.apache.batik.refimpl.parser declared as PathHandler
static PathHandler DefaultPathHandler.INSTANCE
          The only instance of this class.
protected  PathHandler ConcretePathParser.pathHandler
          The path handler used to report parse events.
 

Methods in org.apache.batik.refimpl.parser that return PathHandler
 PathHandler ConcretePathParser.getPathHandler()
          Returns the path handler in use.
 

Methods in org.apache.batik.refimpl.parser with parameters of type PathHandler
 void ConcretePathParser.setPathHandler(PathHandler handler)
          Allows an application to register a path handler.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.