com.mxgraph.shape
Class mxCurveShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- com.mxgraph.shape.mxConnectorShape
-
- com.mxgraph.shape.mxCurveShape
-
- All Implemented Interfaces:
- mxIShape
public class mxCurveShape extends mxConnectorShape
-
-
Constructor Summary
Constructors Constructor and Description mxCurveShape()mxCurveShape(mxCurve curve)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description mxCurvegetCurve()voidpaintShape(mxGraphics2DCanvas canvas, mxCellState state)voidvalidateCurve(java.util.List<mxPoint> points, double scale, java.util.Map<java.lang.String,java.lang.Object> style)Forces underlying curve to a valid state-
Methods inherited from class com.mxgraph.shape.mxConnectorShape
isRounded, paintMarker
-
Methods inherited from class com.mxgraph.shape.mxBasicShape
createShape, getFillColor, getStrokeColor, hasGradient, hasShadow
-
-
-
-
Constructor Detail
-
mxCurveShape
public mxCurveShape()
-
mxCurveShape
public mxCurveShape(mxCurve curve)
-
-
Method Detail
-
getCurve
public mxCurve getCurve()
-
paintShape
public void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
- Specified by:
paintShapein interfacemxIShape- Overrides:
paintShapein classmxConnectorShape
-
validateCurve
public void validateCurve(java.util.List<mxPoint> points, double scale, java.util.Map<java.lang.String,java.lang.Object> style)
Forces underlying curve to a valid state- Parameters:
points-
-
-
DataMelt 3.0 © DataMelt by jWork.ORG