Uses of Class
com.mxgraph.util.mxCurve
-
Packages that use mxCurve Package Description com.mxgraph.shape -
-
Uses of mxCurve in com.mxgraph.shape
Fields in com.mxgraph.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 com.mxgraph.shape that return mxCurve Modifier and Type Method Description mxCurvemxCurveLabelShape. getCurve()mxCurvemxCurveShape. getCurve()Methods in com.mxgraph.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 com.mxgraph.shape with parameters of type mxCurve Constructor Description mxCurveLabelShape(mxCellState state, mxCurve value)mxCurveShape(mxCurve curve)
-