Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.util.svg.PointsHandler
-
Packages that use PointsHandler Package Description org.processmining.objectcentricconstraintchecking.algorithms.util.svg -
-
Uses of PointsHandler in org.processmining.objectcentricconstraintchecking.algorithms.util.svg
Classes in org.processmining.objectcentricconstraintchecking.algorithms.util.svg that implement PointsHandler Modifier and Type Class Description classAWTPolygonProducerThis class produces a polygon shape from a reader.classAWTPolylineProducerThis class produces a polyline shape from a reader.Fields in org.processmining.objectcentricconstraintchecking.algorithms.util.svg declared as PointsHandler Modifier and Type Field Description protected PointsHandlerPointsParser. pointsHandlerThe points handler used to report parse events.Methods in org.processmining.objectcentricconstraintchecking.algorithms.util.svg that return PointsHandler Modifier and Type Method Description PointsHandlerPointsParser. getPointsHandler()Returns the points handler in use.Methods in org.processmining.objectcentricconstraintchecking.algorithms.util.svg with parameters of type PointsHandler Modifier and Type Method Description voidPointsParser. setPointsHandler(PointsHandler handler)Allows an application to register a points handler.Constructors in org.processmining.objectcentricconstraintchecking.algorithms.util.svg with parameters of type PointsHandler Constructor Description PointsParser(PointsHandler handler)Creates a new PointsParser.
-