org.jgraph.cellview
Class JGraphRoundRectView

java.lang.Object
  extended byVertexView
      extended byorg.jgraph.cellview.JGraphRoundRectView

public class JGraphRoundRectView
extends VertexView

See Also:
Serialized Form

Nested Class Summary
static class JGraphRoundRectView.ActivityRenderer
           
 
Field Summary
static JGraphRoundRectView.ActivityRenderer renderer
           
 
Constructor Summary
JGraphRoundRectView()
           
JGraphRoundRectView(java.lang.Object cell)
           
 
Method Summary
static int getArcSize(int width, int height)
          getArcSize calculates an appropriate arc for the corners of the rectangle for boundary size cases of width and height
 CellViewRenderer getRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

public static transient JGraphRoundRectView.ActivityRenderer renderer
Constructor Detail

JGraphRoundRectView

public JGraphRoundRectView()

JGraphRoundRectView

public JGraphRoundRectView(java.lang.Object cell)
Method Detail

getArcSize

public static int getArcSize(int width,
                             int height)
getArcSize calculates an appropriate arc for the corners of the rectangle for boundary size cases of width and height


getRenderer

public CellViewRenderer getRenderer()