mxGraph 1.10.4.0


Uses of Interface
com.mxgraph.util.svg.PathHandler

Packages that use PathHandler
com.mxgraph.util.svg   
 

Uses of PathHandler in com.mxgraph.util.svg
 

Classes in com.mxgraph.util.svg 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.
 

Fields in com.mxgraph.util.svg declared as PathHandler
protected  PathHandler PathParser.pathHandler
          The path handler used to report parse events.
 

Methods in com.mxgraph.util.svg that return PathHandler
 PathHandler PathParser.getPathHandler()
          Returns the path handler in use.
 

Methods in com.mxgraph.util.svg with parameters of type PathHandler
 void PathParser.setPathHandler(PathHandler handler)
          Allows an application to register a path handler.
 

Constructors in com.mxgraph.util.svg with parameters of type PathHandler
PathParser(PathHandler handler)
          Creates a new PathParser.
 


mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.