logist.gui
Class NetworkDisplay
java.lang.Object
logist.gui.NetworkDisplay
- All Implemented Interfaces:
- uchicago.src.sim.gui.Displayable
public class NetworkDisplay
- extends java.lang.Object
- implements uchicago.src.sim.gui.Displayable
A specialized display for the topology, vehicles and tasks in the PDP.
- Author:
- Robin Steiger
| Fields inherited from interface uchicago.src.sim.gui.Displayable |
TOGGLE_LINKS, TOGGLE_NODES, TOGGLE_UPDATE_LAYOUT, TOGGLE_VIEW, TOGGLE_WRAP |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkDisplay
public NetworkDisplay(Simulation sim)
drawDisplay
public void drawDisplay(uchicago.src.sim.gui.SimGraphics simGraphics)
- Specified by:
drawDisplay in interface uchicago.src.sim.gui.Displayable
getDisplayableInfo
public java.util.ArrayList getDisplayableInfo()
- Specified by:
getDisplayableInfo in interface uchicago.src.sim.gui.Displayable
getSize
public java.awt.Dimension getSize()
- Specified by:
getSize in interface uchicago.src.sim.gui.Displayable
viewEventPerformed
public void viewEventPerformed(uchicago.src.sim.gui.ViewEvent arg0)
- Specified by:
viewEventPerformed in interface uchicago.src.sim.gui.Displayable