Package com.mxgraph.shape
Class mxDoubleEllipseShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- com.mxgraph.shape.mxEllipseShape
-
- com.mxgraph.shape.mxDoubleEllipseShape
-
- All Implemented Interfaces:
mxIShape
public class mxDoubleEllipseShape extends mxEllipseShape
-
-
Constructor Summary
Constructors Constructor Description mxDoubleEllipseShape()
-
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.mxEllipseShape
createShape
-
Methods inherited from class com.mxgraph.shape.mxBasicShape
configureGraphics, getFillColor, getGradientBounds, getStrokeColor, hasGradient, hasShadow
-
-
-
-
Method Detail
-
paintShape
public void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxBasicShape
-
-