com.mxgraph.shape
Class mxRectangleShape
java.lang.Object
   com.mxgraph.shape.mxBasicShape
com.mxgraph.shape.mxBasicShape
       com.mxgraph.shape.mxRectangleShape
com.mxgraph.shape.mxRectangleShape
- All Implemented Interfaces: 
- mxIShape
- Direct Known Subclasses: 
- mxImageShape
- public class mxRectangleShape 
- extends mxBasicShape
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxRectangleShape
public mxRectangleShape()
paintShape
public void paintShape(mxGraphics2DCanvas canvas,
                       mxCellState state)
- 
- Specified by:
- paintShapein interface- mxIShape
- Overrides:
- paintShapein class- mxBasicShape
 
- 
 
getArcSize
public int getArcSize(int w,
                      int h)
- Computes the arc size for the given dimension.
 
- 
- Parameters:
- w- Width of the rectangle.
- h- Height of the rectangle.
- Returns:
- Returns the arc size for the given dimension.
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.