Serialized Form
-
Package org.opentrafficsim.trafficcontrol
-
Exception org.opentrafficsim.trafficcontrol.TrafficControlException
class TrafficControlException extends OtsException implements Serializable- serialVersionUID:
- 20161116L
-
-
Package org.opentrafficsim.trafficcontrol.trafcod
-
Class org.opentrafficsim.trafficcontrol.trafcod.TrafCodDisplay
class TrafCodDisplay extends JPanel implements Serializable- serialVersionUID:
- 20161115L
-
Serialized Fields
-
defaultInitialDelay
int defaultInitialDelay
Store the tool tip delay so we can restore it when the mouse exits this TrafCODDisplay. -
image
BufferedImage image
Background image. -
trafCODObjects
Set<org.opentrafficsim.trafficcontrol.trafcod.TrafCODObject> trafCODObjects
The set of objects drawn on the image.
-
-