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 voiddrawGlassEffect(mxGraphics2DCanvas canvas, mxCellState state) Draws the glass effectgetFillColor(mxGraphics2DCanvas canvas, mxCellState state) getImageBounds(mxGraphics2DCanvas canvas, mxCellState state) getStrokeColor(mxGraphics2DCanvas canvas, mxCellState state) booleanhasGradient(mxGraphics2DCanvas canvas, mxCellState state) voidpaintShape(mxGraphics2DCanvas canvas, mxCellState state) Methods inherited from class mxImageShape
getImageForStyleMethods inherited from class mxRectangleShape
getArcSizeMethods inherited from class mxBasicShape
configureGraphics, createShape, getGradientBounds, hasShadow
-
Constructor Details
-
mxLabelShape
public mxLabelShape()
-
-
Method Details
-
paintShape
- Specified by:
paintShapein interfacemxIShape- Overrides:
paintShapein classmxImageShape
-
drawGlassEffect
Draws the glass effect -
getImageBounds
- Overrides:
getImageBoundsin classmxImageShape
-
getFillColor
- Overrides:
getFillColorin classmxImageShape
-
getStrokeColor
- Overrides:
getStrokeColorin classmxImageShape
-
hasGradient
- Overrides:
hasGradientin classmxImageShape
-