Package com.mxgraph.shape
Class mxLabelShape
java.lang.Object
com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxRectangleShape
com.mxgraph.shape.mxImageShape
com.mxgraph.shape.mxLabelShape
- All Implemented Interfaces:
mxIShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawGlassEffect
(mxGraphics2DCanvas canvas, mxCellState state) Draws the glass effectgetFillColor
(mxGraphics2DCanvas canvas, mxCellState state) getImageBounds
(mxGraphics2DCanvas canvas, mxCellState state) getStrokeColor
(mxGraphics2DCanvas canvas, mxCellState state) boolean
hasGradient
(mxGraphics2DCanvas canvas, mxCellState state) void
paintShape
(mxGraphics2DCanvas canvas, mxCellState state) Methods inherited from class com.mxgraph.shape.mxImageShape
getImageForStyle
Methods inherited from class com.mxgraph.shape.mxRectangleShape
getArcSize
Methods inherited from class com.mxgraph.shape.mxBasicShape
configureGraphics, createShape, getGradientBounds, hasShadow
-
Constructor Details
-
mxLabelShape
public mxLabelShape()
-
-
Method Details
-
paintShape
- Specified by:
paintShape
in interfacemxIShape
- Overrides:
paintShape
in classmxImageShape
-
drawGlassEffect
Draws the glass effect -
getImageBounds
- Overrides:
getImageBounds
in classmxImageShape
-
getFillColor
- Overrides:
getFillColor
in classmxImageShape
-
getStrokeColor
- Overrides:
getStrokeColor
in classmxImageShape
-
hasGradient
- Overrides:
hasGradient
in classmxImageShape
-