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 TypeClassDescriptionclassThis 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 PathHandlerPathParser.pathHandlerThe 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 TypeMethodDescriptionvoidPathParser.setPathHandler(PathHandler handler) Allows an application to register a path handler.Constructors in com.mxgraph.util.svg with parameters of type PathHandler