public class mxImageShape extends mxRectangleShape
| Constructor and Description |
|---|
mxImageShape() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getFillColor(mxGraphics2DCanvas canvas,
mxCellState state) |
java.awt.Rectangle |
getImageBounds(mxGraphics2DCanvas canvas,
mxCellState state) |
java.lang.String |
getImageForStyle(mxGraphics2DCanvas canvas,
mxCellState state) |
java.awt.Color |
getStrokeColor(mxGraphics2DCanvas canvas,
mxCellState state) |
boolean |
hasGradient(mxGraphics2DCanvas canvas,
mxCellState state) |
void |
paintShape(mxGraphics2DCanvas canvas,
mxCellState state) |
getArcSizeconfigureGraphics, createShape, getGradientBounds, hasShadowpublic void paintShape(mxGraphics2DCanvas canvas, mxCellState state)
paintShape in interface mxIShapepaintShape in class mxRectangleShapepublic java.awt.Rectangle getImageBounds(mxGraphics2DCanvas canvas, mxCellState state)
public boolean hasGradient(mxGraphics2DCanvas canvas, mxCellState state)
hasGradient in class mxBasicShapepublic java.lang.String getImageForStyle(mxGraphics2DCanvas canvas, mxCellState state)
public java.awt.Color getFillColor(mxGraphics2DCanvas canvas, mxCellState state)
getFillColor in class mxBasicShapepublic java.awt.Color getStrokeColor(mxGraphics2DCanvas canvas, mxCellState state)
getStrokeColor in class mxBasicShape