Class mxRectangleShape
java.lang.Object
com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxRectangleShape
- All Implemented Interfaces:
mxIShape
- Direct Known Subclasses:
mxDoubleRectangleShape, mxImageShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetArcSize(mxCellState state, double w, double h) Helper method to configure the given wrapper canvas.voidpaintShape(mxGraphics2DCanvas canvas, mxCellState state) Methods inherited from class mxBasicShape
configureGraphics, createShape, getFillColor, getGradientBounds, getStrokeColor, hasGradient, hasShadow
-
Constructor Details
-
mxRectangleShape
public mxRectangleShape()
-
-
Method Details
-
paintShape
- Specified by:
paintShapein interfacemxIShape- Overrides:
paintShapein classmxBasicShape
-
getArcSize
Helper method to configure the given wrapper canvas.
-