com.jgraph.example.fastgraph
Class FastPortView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.PortView
          extended by com.jgraph.example.fastgraph.FastPortView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView

public class FastPortView
extends org.jgraph.graph.PortView

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jgraph.graph.PortView
allowPortMagic, renderer, SIZE
 
Fields inherited from class org.jgraph.graph.AbstractCellView
cellEditor
 
Constructor Summary
FastPortView(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.PortView
getBounds, getHandle, getLocation, getLocation, getLocation, getParentView, getPortSize, getRenderer, setPortSize
 
Methods inherited from class org.jgraph.graph.AbstractCellView
childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getEditor, getPerimeterPoint, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setBounds, setCell, translate, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastPortView

public FastPortView(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