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
 
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:
 paintShape in interface mxIShape- Overrides:
 paintShape in class mxImageShape
 
 
drawGlassEffect
public static void drawGlassEffect(mxGraphics2DCanvas canvas,
                                   mxCellState state)
- Draws the glass effect
 
 
getImageBounds
public Rectangle getImageBounds(mxGraphics2DCanvas canvas,
                                mxCellState state)
- Overrides:
 getImageBounds in class mxImageShape
 
 
getFillColor
public Color getFillColor(mxGraphics2DCanvas canvas,
                          mxCellState state)
- Overrides:
 getFillColor in class mxImageShape
 
 
getStrokeColor
public Color getStrokeColor(mxGraphics2DCanvas canvas,
                            mxCellState state)
- Overrides:
 getStrokeColor in class mxImageShape
 
 
hasGradient
public boolean hasGradient(mxGraphics2DCanvas canvas,
                           mxCellState state)
- Overrides:
 hasGradient in class mxImageShape
 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.