com.mxgraph.shape
Class mxLabelShape
java.lang.Object
   com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxBasicShape
       com.mxgraph.shape.mxRectangleShape
com.mxgraph.shape.mxRectangleShape
           com.mxgraph.shape.mxImageShape
com.mxgraph.shape.mxImageShape
               com.mxgraph.shape.mxLabelShape
com.mxgraph.shape.mxLabelShape
- All Implemented Interfaces: 
- mxIShape
- public class mxLabelShape 
- extends mxImageShape
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxLabelShape
public mxLabelShape()
paintShape
public void paintShape(mxGraphics2DCanvas canvas,
                       mxCellState state)
- 
- Specified by:
- paintShapein interface- mxIShape
- Overrides:
- paintShapein class- mxImageShape
 
- 
 
drawGlassEffect
public static void drawGlassEffect(mxGraphics2DCanvas canvas,
                                   mxCellState state)
- Draws the glass effect
 
- 
 
getImageBounds
public Rectangle getImageBounds(mxGraphics2DCanvas canvas,
                                mxCellState state)
- 
- Overrides:
- getImageBoundsin class- mxImageShape
 
- 
 
getFillColor
public Color getFillColor(mxGraphics2DCanvas canvas,
                          mxCellState state)
- 
- Overrides:
- getFillColorin class- mxImageShape
 
- 
 
getStrokeColor
public Color getStrokeColor(mxGraphics2DCanvas canvas,
                            mxCellState state)
- 
- Overrides:
- getStrokeColorin class- mxImageShape
 
- 
 
hasGradient
public boolean hasGradient(mxGraphics2DCanvas canvas,
                           mxCellState state)
- 
- Overrides:
- hasGradientin class- mxImageShape
 
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.