Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.util.mxCurve
-
Packages that use mxCurve Package Description org.processmining.objectcentricconstraintchecking.algorithms.shape -
-
Uses of mxCurve in org.processmining.objectcentricconstraintchecking.algorithms.shape
Fields in org.processmining.objectcentricconstraintchecking.algorithms.shape declared as mxCurve Modifier and Type Field Description protected mxCurvemxCurveLabelShape. curveCache of the points between which drawing straight lines views as a curveprotected mxCurvemxCurveShape. curveCache of the points between which drawing straight lines views as a curveMethods in org.processmining.objectcentricconstraintchecking.algorithms.shape that return mxCurve Modifier and Type Method Description mxCurvemxCurveLabelShape. getCurve()mxCurvemxCurveShape. getCurve()Methods in org.processmining.objectcentricconstraintchecking.algorithms.shape with parameters of type mxCurve Modifier and Type Method Description protected voidmxCurveLabelShape. postprocessGlyph(mxCurve curve, java.lang.String label, int j, double currentPos)Hook for sub-classers to perform additional processing on each glyphvoidmxCurveLabelShape. setCurve(mxCurve curve)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.shape with parameters of type mxCurve Constructor Description mxCurveLabelShape(mxCellState state, mxCurve value)mxCurveShape(mxCurve curve)
-