tico.board.componentview
Class TRectangleView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.VertexView
          extended by tico.board.componentview.TComponentView
              extended by tico.board.componentview.TRectangleView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView

public class TRectangleView
extends TComponentView

Implementation of a TRectangleView view.

Version:
1.0 Nov 20, 2006
Author:
Pablo Muñoz
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
org.jgraph.graph.VertexView.SizeHandle
 
Field Summary
static TRectangleRenderer renderer
          TRectangleRendered that displays the TRectangle of this view.
 
Fields inherited from class org.jgraph.graph.VertexView
defaultBounds, defaultCursors, xCursors, yCursors
 
Constructor Summary
TRectangleView()
          Creates a new TRectangleView.
TRectangleView(java.lang.Object rectangle)
          Creates a new TRectangleView for the specified rectangle.
 
Method Summary
 org.jgraph.graph.CellViewRenderer getRenderer()
           
 
Methods inherited from class tico.board.componentview.TComponentView
createPopupMenu
 
Methods inherited from class org.jgraph.graph.VertexView
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, setAttributes, setBounds, setCell
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

public static transient TRectangleRenderer renderer
TRectangleRendered that displays the TRectangle of this view.

Constructor Detail

TRectangleView

public TRectangleView()
Creates a new TRectangleView.


TRectangleView

public TRectangleView(java.lang.Object rectangle)
Creates a new TRectangleView for the specified rectangle.

Parameters:
rectangle - The specified rectangle
Method Detail

getRenderer

public org.jgraph.graph.CellViewRenderer getRenderer()
Overrides:
getRenderer in class TComponentView