public class mxLabelShape extends mxImageShape
| Constructor and Description |
|---|
mxLabelShape() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawGlassEffect(mxGraphics2DCanvas canvas,
mxCellState state)
Draws the glass effect
|
Color |
getFillColor(mxGraphics2DCanvas canvas,
mxCellState state) |
Rectangle |
getImageBounds(mxGraphics2DCanvas canvas,
mxCellState state) |
Color |
getStrokeColor(mxGraphics2DCanvas canvas,
mxCellState state) |
boolean |
hasGradient(mxGraphics2DCanvas canvas,
mxCellState state) |
void |
paintShape(mxGraphics2DCanvas canvas,
mxCellState state) |
getImageForStylegetArcSizeconfigureGraphics, createShape, getGradientBounds, hasShadowpublic void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
paintShape in interface mxIShapepaintShape in class mxImageShapepublic static void drawGlassEffect(mxGraphics2DCanvas canvas, mxCellState state)
public Rectangle getImageBounds(mxGraphics2DCanvas canvas, mxCellState state)
getImageBounds in class mxImageShapepublic Color getFillColor(mxGraphics2DCanvas canvas, mxCellState state)
getFillColor in class mxImageShapepublic Color getStrokeColor(mxGraphics2DCanvas canvas, mxCellState state)
getStrokeColor in class mxImageShapepublic boolean hasGradient(mxGraphics2DCanvas canvas, mxCellState state)
hasGradient in class mxImageShapeCopyright (c) 2010 Gaudenz Alder. All rights reserved.