com.mxgraph.shape
Class mxBasicShape
- java.lang.Object
-
- com.mxgraph.shape.mxBasicShape
-
- All Implemented Interfaces:
- mxIShape
- Direct Known Subclasses:
- mxActorShape, mxArrowShape, mxCloudShape, mxConnectorShape, mxCylinderShape, mxEllipseShape, mxHexagonShape, mxLineShape, mxRectangleShape, mxRhombusShape, mxStencilShape, mxSwimlaneShape, mxTriangleShape
public class mxBasicShape extends java.lang.Object implements mxIShape
-
-
Constructor Summary
Constructors Constructor and Description mxBasicShape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.ShapecreateShape(mxGraphics2DCanvas canvas, mxCellState state)java.awt.ColorgetFillColor(mxGraphics2DCanvas canvas, mxCellState state)java.awt.ColorgetStrokeColor(mxGraphics2DCanvas canvas, mxCellState state)booleanhasGradient(mxGraphics2DCanvas canvas, mxCellState state)booleanhasShadow(mxGraphics2DCanvas canvas, mxCellState state)voidpaintShape(mxGraphics2DCanvas canvas, mxCellState state)
-
-
-
Method Detail
-
paintShape
public void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
- Specified by:
paintShapein interfacemxIShape
-
createShape
public java.awt.Shape createShape(mxGraphics2DCanvas canvas, mxCellState state)
-
hasGradient
public boolean hasGradient(mxGraphics2DCanvas canvas, mxCellState state)
-
hasShadow
public boolean hasShadow(mxGraphics2DCanvas canvas, mxCellState state)
-
getFillColor
public java.awt.Color getFillColor(mxGraphics2DCanvas canvas, mxCellState state)
-
getStrokeColor
public java.awt.Color getStrokeColor(mxGraphics2DCanvas canvas, mxCellState state)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG