Package com.mxgraph.shape
Class mxDoubleRectangleShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- com.mxgraph.shape.mxRectangleShape
-
- com.mxgraph.shape.mxDoubleRectangleShape
-
- All Implemented Interfaces:
mxIShape
public class mxDoubleRectangleShape extends mxRectangleShape
-
-
Constructor Summary
Constructors Constructor Description mxDoubleRectangleShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintShape(mxGraphics2DCanvas canvas, mxCellState state)
-
Methods inherited from class com.mxgraph.shape.mxRectangleShape
getArcSize
-
Methods inherited from class com.mxgraph.shape.mxBasicShape
configureGraphics, createShape, getFillColor, getGradientBounds, getStrokeColor, hasGradient, hasShadow
-
-
-
-
Method Detail
-
paintShape
public void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxRectangleShape
-
-