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 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 mxCurveMethods in com.mxgraph.shape with parameters of type mxCurveModifier and TypeMethodDescriptionprotected void
mxCurveLabelShape.postprocessGlyph
(mxCurve curve, String label, int j, double currentPos) Hook for sub-classers to perform additional processing on each glyphvoid
Constructors in com.mxgraph.shape with parameters of type mxCurveModifierConstructorDescriptionmxCurveLabelShape
(mxCellState state, mxCurve value) mxCurveShape
(mxCurve curve)