Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.util.mxLine
-
Packages that use mxLine Package Description org.processmining.objectcentricconstraintchecking.algorithms.shape org.processmining.objectcentricconstraintchecking.algorithms.util -
-
Uses of mxLine in org.processmining.objectcentricconstraintchecking.algorithms.shape
Fields in org.processmining.objectcentricconstraintchecking.algorithms.shape declared as mxLine Modifier and Type Field Description mxLinemxCurveLabelShape.LabelGlyphCache. glyphGeometryA line parallel to the curve segment at which the element is to be drawnMethods in org.processmining.objectcentricconstraintchecking.algorithms.shape that return mxLine Modifier and Type Method Description protected mxLinemxConnectorShape. getMarkerVector(java.util.List<mxPoint> points, boolean source, double markerSize)Hook to override creation of the vector that the marker is drawn along since it may not be the same as the vector between any two control pointsprotected mxLinemxCurveShape. getMarkerVector(java.util.List<mxPoint> points, boolean source, double markerSize)Hook to override creation of the vector that the marker is drawn along since it may not be the same as the vector between any two control points -
Uses of mxLine in org.processmining.objectcentricconstraintchecking.algorithms.util
Fields in org.processmining.objectcentricconstraintchecking.algorithms.util declared as mxLine Modifier and Type Field Description static mxLinemxCurve. INVALID_POSITIONIndicates that an invalid position on a curve was requestedMethods in org.processmining.objectcentricconstraintchecking.algorithms.util that return mxLine Modifier and Type Method Description mxLinemxCurve. getCurveParallel(java.lang.String index, double distance)Returns a unit vector parallel to the curve at the specified distance along the curve.
-