net.sourceforge.demetrix.graph
Class ResourceCellView

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

public class ResourceCellView
extends EllipseView

Author:
Dimitri Pissarenko
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jgraph.pad.EllipseView
EllipseView.EllipseRenderer
 
Nested classes inherited from class org.jgraph.graph.VertexView
VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.pad.EllipseView
renderer
 
Fields inherited from class org.jgraph.graph.VertexView
bounds, groupBounds
 
Fields inherited from class org.jgraph.graph.AbstractCellView
allAttributes, attributes, cell, cellEditor, childViews, graph, mapper, parent
 
Constructor Summary
ResourceCellView(GraphCell cell, JGraph graph, CellMapper cellMapper)
           
 
Methods inherited from class org.jgraph.pad.EllipseView
getPerimeterPoint, getRenderer
 
Methods inherited from class org.jgraph.graph.VertexView
childUpdated, getBounds, getCachedBounds, getCenterPoint, getHandle, 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

ResourceCellView

public ResourceCellView(GraphCell cell,
                        JGraph graph,
                        CellMapper cellMapper)