Package com.mxgraph.shape
Class mxCylinderShape
java.lang.Object
com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxCylinderShape
- All Implemented Interfaces:
mxIShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paintShape
(mxGraphics2DCanvas canvas, mxCellState state) Draws a cylinder for the given parameters.Methods inherited from class com.mxgraph.shape.mxBasicShape
configureGraphics, createShape, getFillColor, getGradientBounds, getStrokeColor, hasGradient, hasShadow
-
Constructor Details
-
mxCylinderShape
public mxCylinderShape()
-
-
Method Details
-
paintShape
Draws a cylinder for the given parameters.- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxBasicShape
-