Uses of Class
com.mxgraph.util.mxCurve
Packages that use mxCurve
-
Uses of mxCurve in com.mxgraph.shape
Fields in com.mxgraph.shape declared as mxCurveModifier and TypeFieldDescriptionprotected 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 mxCurveMethods in com.mxgraph.shape with parameters of type mxCurveModifier and TypeMethodDescriptionprotected voidmxCurveLabelShape.postprocessGlyph(mxCurve curve, String label, int j, double currentPos) Hook for sub-classers to perform additional processing on each glyphvoidConstructors in com.mxgraph.shape with parameters of type mxCurveModifierConstructorDescriptionmxCurveLabelShape(mxCellState state, mxCurve value) mxCurveShape(mxCurve curve)