Serialized Form
-
Package nl.tudelft.simulation.dsol.web
-
Class nl.tudelft.simulation.dsol.web.DSOLWebModel extends Object implements Serializable
-
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.
-
-
-
Class nl.tudelft.simulation.dsol.web.DSOLWebServer extends Object implements Serializable
-
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.
-
-
-
-
Package nl.tudelft.simulation.dsol.web.animation
-
Class nl.tudelft.simulation.dsol.web.animation.TestSwing.CustomPanel extends JPanel implements Serializable
-
-
Package nl.tudelft.simulation.dsol.web.animation.D2
-
Class nl.tudelft.simulation.dsol.web.animation.D2.HTMLAnimationPanel extends HTMLGridPanel implements Serializable
- 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.
-
-