Uses of Interface
com.mxgraph.util.svg.PathHandler
Packages that use PathHandler
-
Uses of PathHandler in com.mxgraph.util.svg
Classes in com.mxgraph.util.svg that implement PathHandlerModifier and TypeClassDescriptionclass
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 PathHandlerModifier and TypeFieldDescriptionprotected PathHandler
PathParser.pathHandler
The path handler used to report parse events.Methods in com.mxgraph.util.svg that return PathHandlerMethods in com.mxgraph.util.svg with parameters of type PathHandlerModifier and TypeMethodDescriptionvoid
PathParser.setPathHandler
(PathHandler handler) Allows an application to register a path handler.Constructors in com.mxgraph.util.svg with parameters of type PathHandler