-
-
-
Serialized Fields
-
animationPanel
HtmlAnimationPanel animationPanel
the animation panel.
-
dirtyControls
boolean dirtyControls
dirty flag for the controls: when the model e.g. stops, the status needs to be changed.
-
lastWallTIme
long lastWallTIme
Timer update interval in msec.
-
prevSimTime
double prevSimTime
Simulation time time.
-
simulator
SimulatorInterface<?> simulator
the simulator.
-
title
String title
the title for the model window.
-
-
Serialized Fields
-
animationPanel
HtmlAnimationPanel animationPanel
the animation panel.
-
dirtyControls
boolean dirtyControls
dirty flag for the controls: when the model e.g. stops, the status needs to be changed.
-
simulator
SimulatorInterface<?> simulator
the simulator.
-
title
String title
the title for the model window.
-
-
-
- serialVersionUID:
- 20200108L
-
Serialized Fields
-
context
nl.tudelft.simulation.naming.context.ContextInterface context
the eventContext.
-
dirtyElements
boolean dirtyElements
dirty flag for the list.
-
dragLine
int[] dragLine
a line that helps the user to see where s/he is dragging.
-
dragLineEnabled
boolean dragLineEnabled
enable drag line.
-
elementList
List<Renderable2dInterface<? extends Locatable>> elementList
List of drawable objects.
-
elements
SortedSet<Renderable2dInterface<? extends Locatable>> elements
the elements of this panel.
-
hiddenClasses
Set<Class<? extends Locatable>> hiddenClasses
cache of the classes that are hidden.
-
shownClasses
Set<Class<? extends Locatable>> shownClasses
cache of the classes that are shown.
-
simulator
SimulatorInterface<?> simulator
the simulator.
-
toggleButtonMap
Map<Class<? extends Locatable>,ToggleButtonInfo> toggleButtonMap
Set of animation classes to toggle buttons.
-
toggleButtons
List<ToggleButtonInfo> toggleButtons
List of buttons in the right order.
-
toggleGISButtonMap
Map<String,ToggleButtonInfo> toggleGISButtonMap
Set of GIS layer names to toggle buttons.
-
toggleGISMap
Map<String,GisMapInterface> toggleGISMap
Set of GIS layer names to toggle GIS layers .
-
toggleLocatableMap
Map<String,Class<? extends Locatable>> toggleLocatableMap
Map of toggle names to toggle animation classes.
-
visibilityMap
Map<Class<? extends Locatable>,Boolean> visibilityMap
filter for types to be shown or not.