Package com.mxgraph.shape
Class mxLineShape
java.lang.Object
com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxLineShape
- All Implemented Interfaces:
mxIShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmxPoint[]
createPoints
(mxGraphics2DCanvas canvas, mxCellState state) void
paintShape
(mxGraphics2DCanvas canvas, mxCellState state) Methods inherited from class com.mxgraph.shape.mxBasicShape
configureGraphics, createShape, getFillColor, getGradientBounds, getStrokeColor, hasGradient, hasShadow
-
Constructor Details
-
mxLineShape
public mxLineShape()
-
-
Method Details
-
paintShape
- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxBasicShape
-
createPoints
-