uk.ac.essex.ia.graph.jgraph
Class IAGraphView

java.lang.Object
  extended by java.util.Observable
      extended by com.jgraph.graph.GraphView
          extended by uk.ac.essex.ia.graph.jgraph.IAGraphView
All Implemented Interfaces:
com.jgraph.graph.CellMapper, java.io.Serializable

public class IAGraphView
extends com.jgraph.graph.GraphView


Date: 15-Jul-2002

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jgraph.graph.GraphView
com.jgraph.graph.GraphView.GraphViewEdit, com.jgraph.graph.GraphView.GraphViewLayerEdit
 
Field Summary
 
Fields inherited from class com.jgraph.graph.GraphView
factory, graphModel, mapper, mapping, ports, roots
 
Constructor Summary
IAGraphView(com.jgraph.graph.GraphModel model, com.jgraph.graph.CellViewFactory factory)
           
 
Method Summary
 
Methods inherited from class com.jgraph.graph.GraphView
createEdit, edit, getAllDescendants, getCells, getFactory, getMapping, getMapping, getMapping, getModel, getPorts, getRoots, getRoots, graphChanged, insertRoots, order, putMapping, refreshAndUpdate, removeMapping, removeRoots, setAttributesWithModelKeys, setFactory, setModel, toBack, toFront, translateViews, updatePorts
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAGraphView

public IAGraphView(com.jgraph.graph.GraphModel model,
                   com.jgraph.graph.CellViewFactory factory)