Uses of Interface
com.mxgraph.util.svg.PathHandler
-
Packages that use PathHandler Package Description com.mxgraph.util.svg -
-
Uses of PathHandler in com.mxgraph.util.svg
Classes in com.mxgraph.util.svg that implement PathHandler Modifier and Type Class Description classAWTPathProducerThis 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 Modifier and Type Field Description protected PathHandlerPathParser. pathHandlerThe path handler used to report parse events.Methods in com.mxgraph.util.svg that return PathHandler Modifier and Type Method Description PathHandlerPathParser. getPathHandler()Returns the path handler in use.Methods in com.mxgraph.util.svg with parameters of type PathHandler Modifier and Type Method Description voidPathParser. setPathHandler(PathHandler handler)Allows an application to register a path handler.Constructors in com.mxgraph.util.svg with parameters of type PathHandler Constructor Description PathParser(PathHandler handler)Creates a new PathParser.
-