Package com.mxgraph.shape
Class mxCylinderShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- com.mxgraph.shape.mxCylinderShape
-
- All Implemented Interfaces:
mxIShape
public class mxCylinderShape extends mxBasicShape
-
-
Constructor Summary
Constructors Constructor Description mxCylinderShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
paintShape
public void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
Draws a cylinder for the given parameters.- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxBasicShape
-
-