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 TypeClassDescriptionclassThis class produces a polygon shape from a reader.classThis class produces a polyline shape from a reader.Fields in com.mxgraph.util.svg declared as PointsHandlerModifier and TypeFieldDescriptionprotected PointsHandlerPointsParser.pointsHandlerThe 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 TypeMethodDescriptionvoidPointsParser.setPointsHandler(PointsHandler handler) Allows an application to register a points handler.Constructors in com.mxgraph.util.svg with parameters of type PointsHandler