tico.board.componentview
Class TLineView

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.TLineView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView

public class TLineView
extends TComponentView

Implementation of a TLineView view.

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

Nested Class Summary
static class TLineView.TLineHandle
           
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
org.jgraph.graph.VertexView.SizeHandle
 
Field Summary
static TLineRenderer renderer
          TLineRendered that displays the TLine of this view.
 
Fields inherited from class org.jgraph.graph.VertexView
defaultBounds, defaultCursors, xCursors, yCursors
 
Constructor Summary
TLineView()
          Creates a new TLineView.
TLineView(java.lang.Object line)
          Creates a new TLineView for the specified line.
 
Method Summary
 org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext context)
           
 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, 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 TLineRenderer renderer
TLineRendered that displays the TLine of this view.

Constructor Detail

TLineView

public TLineView()
Creates a new TLineView.


TLineView

public TLineView(java.lang.Object line)
Creates a new TLineView for the specified line.

Parameters:
line - The specified line
Method Detail

getRenderer

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

getHandle

public org.jgraph.graph.CellHandle getHandle(org.jgraph.graph.GraphContext context)
Specified by:
getHandle in interface org.jgraph.graph.CellView
Overrides:
getHandle in class org.jgraph.graph.VertexView