net.sourceforge.demetrix.graph
Class TaskCellView

java.lang.Object
  extended byorg.jgraph.graph.AbstractCellView
      extended byorg.jgraph.graph.VertexView
          extended bynet.sourceforge.demetrix.graph.TaskCellView
All Implemented Interfaces:
CellView, Serializable

public class TaskCellView
extends VertexView

Author:
Dimitri Pissarenko
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.graph.VertexView
VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.VertexView
bounds, groupBounds, renderer
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, graph, mapper, parent
 
Constructor Summary
TaskCellView(GraphCell cell, JGraph graph, CellMapper mapper)
           
 
Methods inherited from class org.jgraph.graph.VertexView
childUpdated, getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getRenderer, isConstrainedSizeEvent, setCachedBounds, update, updateGroupBounds
 
Methods inherited from class org.jgraph.graph.AbstractCellView
getAllAttributes, getAttributes, getBounds, getCell, getChildViews, getDescendantViews, getEditor, getGraph, getMapper, getModel, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setAttributes, setBounds, translate, updateAllAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskCellView

public TaskCellView(GraphCell cell,
                    JGraph graph,
                    CellMapper mapper)