com.jgraph.example.fastgraph
Class FastVertexView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.VertexView
          extended by com.jgraph.example.fastgraph.FastVertexView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView
Direct Known Subclasses:
FastCircleView

public class FastVertexView
extends org.jgraph.graph.VertexView

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
org.jgraph.graph.VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.VertexView
defaultBounds, defaultCursors, renderer, xCursors, yCursors
 
Fields inherited from class org.jgraph.graph.AbstractCellView
cellEditor
 
Constructor Summary
FastVertexView()
          Default constructor
FastVertexView(java.lang.Object cell)
           
 
Method Summary
 java.util.Map changeAttributes(org.jgraph.graph.GraphLayoutCache cache, java.util.Map change)
           
 void setAttributes(org.jgraph.graph.AttributeMap attributes)
           
 
Methods inherited from class org.jgraph.graph.VertexView
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getPerimeterPoint, getRenderer, setCachedBounds, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setBounds, setCell, translate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastVertexView

public FastVertexView()
Default constructor


FastVertexView

public FastVertexView(java.lang.Object cell)
Parameters:
cell -
Method Detail

setAttributes

public void setAttributes(org.jgraph.graph.AttributeMap attributes)
Overrides:
setAttributes in class org.jgraph.graph.AbstractCellView

changeAttributes

public java.util.Map changeAttributes(org.jgraph.graph.GraphLayoutCache cache,
                                      java.util.Map change)
Specified by:
changeAttributes in interface org.jgraph.graph.CellView
Overrides:
changeAttributes in class org.jgraph.graph.AbstractCellView