org.embl.ebi.escience.scuflui.graph
Class RowLayout
java.lang.Object
org.embl.ebi.escience.scuflui.graph.GraphSpanningTree
org.embl.ebi.escience.scuflui.graph.ModelSpanningTree
org.embl.ebi.escience.scuflui.graph.RowLayout
public class RowLayout
- extends ModelSpanningTree
Manages the layout of a directed graph. Listens for change events on the graph to be able to
update as the graph changes.
- Version:
- $Revision: 1.3 $
- Author:
- Kevin Glover
|
Constructor Summary |
RowLayout(org.jgraph.graph.GraphModel model,
org.jgraph.graph.CellMapper mapper)
|
|
Method Summary |
void |
layout(org.jgraph.event.GraphModelEvent.GraphModelChange change)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RowLayout
public RowLayout(org.jgraph.graph.GraphModel model,
org.jgraph.graph.CellMapper mapper)
layout
public void layout(org.jgraph.event.GraphModelEvent.GraphModelChange change)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object