uchicago.src.sim.gui
Class DefaultGraphLayout
java.lang.Object
|
+--uchicago.src.sim.gui.AbstractGraphLayout
|
+--uchicago.src.sim.gui.DefaultGraphLayout
- All Implemented Interfaces:
- ActionListener, EventListener, GraphLayout
- public class DefaultGraphLayout
- extends AbstractGraphLayout
Empty implementation of GraphLayout. The nodes will be laid out
according their own x, y coordinates. In effect this Layout does nothing.
|
Method Summary |
void |
updateLayout()
Empty implementation does nothing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultGraphLayout
public DefaultGraphLayout(int width,
int height)
DefaultGraphLayout
public DefaultGraphLayout(List nodes,
int width,
int height)
updateLayout
public void updateLayout()
- Empty implementation does nothing.
- Specified by:
updateLayout in interface GraphLayout- Specified by:
updateLayout in class AbstractGraphLayout
Bug reports and feature requests to RePast