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 mxCurve
mxCurveLabelShape. curve
Cache of the points between which drawing straight lines views as a curveprotected mxCurve
mxCurveShape. curve
Cache of the points between which drawing straight lines views as a curveMethods in com.mxgraph.shape that return mxCurve Modifier and Type Method Description mxCurve
mxCurveLabelShape. getCurve()
mxCurve
mxCurveShape. getCurve()
Methods in com.mxgraph.shape with parameters of type mxCurve Modifier and Type Method Description protected void
mxCurveLabelShape. postprocessGlyph(mxCurve curve, java.lang.String label, int j, double currentPos)
Hook for sub-classers to perform additional processing on each glyphvoid
mxCurveLabelShape. setCurve(mxCurve curve)
Constructors in com.mxgraph.shape with parameters of type mxCurve Constructor Description mxCurveLabelShape(mxCellState state, mxCurve value)
mxCurveShape(mxCurve curve)
-