Uses of Interface
com.mxgraph.util.svg.PointsHandler
Packages that use PointsHandler
-
Uses of PointsHandler in com.mxgraph.util.svg
Classes in com.mxgraph.util.svg that implement PointsHandlerModifier and TypeClassDescriptionclass
This class produces a polygon shape from a reader.class
This class produces a polyline shape from a reader.Fields in com.mxgraph.util.svg declared as PointsHandlerModifier and TypeFieldDescriptionprotected PointsHandler
PointsParser.pointsHandler
The points handler used to report parse events.Methods in com.mxgraph.util.svg that return PointsHandlerModifier and TypeMethodDescriptionPointsParser.getPointsHandler()
Returns the points handler in use.Methods in com.mxgraph.util.svg with parameters of type PointsHandlerModifier and TypeMethodDescriptionvoid
PointsParser.setPointsHandler
(PointsHandler handler) Allows an application to register a points handler.Constructors in com.mxgraph.util.svg with parameters of type PointsHandler