Serialized Form
-
Package com.bric.multislider
-
Exception com.bric.multislider.EmptyPathException
class EmptyPathException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.bric.multislider.MultiThumbSlider
class MultiThumbSlider extends JComponent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
changeListeners
List<ChangeListener> changeListeners
ChangeListeners registered with this slider. -
thumbPositions
float[] thumbPositions
The positions of the thumbs -
values
T[] values
The values for each thumb
-
-
Class com.bric.multislider.MultiThumbSliderDemo
class MultiThumbSliderDemo extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
collisionComboBox
JComboBox<MultiThumbSlider.Collision> collisionComboBox
-
overlapOffButton
JRadioButton overlapOffButton
-
overlapOnButton
JRadioButton overlapOnButton
-
removalOffButton
JRadioButton removalOffButton
-
removalOnButton
JRadioButton removalOnButton
-
slider1
MultiThumbSlider<Character> slider1
-
slider2
MultiThumbSlider<Character> slider2
-
slider3
MultiThumbSlider<Character> slider3
-
slider4
MultiThumbSlider<Character> slider4
-
sliders
MultiThumbSlider<?>[] sliders
-
thumbComboBox
JComboBox<MultiThumbSliderUi.Thumb> thumbComboBox
-
uiComboBox
JComboBox<Class> uiComboBox
-
-
-
Package org.opentrafficsim.swing.graphs
-
Class org.opentrafficsim.swing.graphs.SwingContourPlot
class SwingContourPlot extends SwingSpaceTimePlot implements Serializable- serialVersionUID:
- 20190823L
-
Serialized Fields
-
interpolateCheckBox
JCheckBoxMenuItem interpolateCheckBox
Check box for interpolation. -
smoothCheckBox
JCheckBoxMenuItem smoothCheckBox
Check box for smoothing. -
spaceGranularityButtons
Map<JRadioButtonMenuItem,
Double> spaceGranularityButtons Map to set space granularity. -
timeGranularityButtons
Map<JRadioButtonMenuItem,
Double> timeGranularityButtons Map to set time granularity.
-
-
Class org.opentrafficsim.swing.graphs.SwingFundamentalDiagram
class SwingFundamentalDiagram extends SwingPlot implements Serializable- serialVersionUID:
- 20190823L
-
Class org.opentrafficsim.swing.graphs.SwingPlot
class SwingPlot extends JFrame implements Serializable- serialVersionUID:
- 20190823L
-
Class org.opentrafficsim.swing.graphs.SwingSpaceTimePlot
class SwingSpaceTimePlot extends SwingPlot implements Serializable- serialVersionUID:
- 20190823L
-
Class org.opentrafficsim.swing.graphs.SwingTrajectoryPlot
class SwingTrajectoryPlot extends SwingSpaceTimePlot implements Serializable- serialVersionUID:
- 20190823L
-
-
Package org.opentrafficsim.swing.gui
-
Class org.opentrafficsim.swing.gui.AppearanceApplication
class AppearanceApplication extends JFrame implements Serializable- serialVersionUID:
- 20231017L
-
Serialized Fields
-
appearance
Appearance appearance
Current appearance. -
appGroup
ButtonGroup appGroup
Group of appearance items. -
fontScaleName
String fontScaleName
Current font scale. -
frameProperties
Properties frameProperties
Properties for the frame appearance (not simulation related). -
popMenu
JPopupMenu popMenu
Popup menu with options. -
scaleGroup
ButtonGroup scaleGroup
Group of font scale items.
-
-
Class org.opentrafficsim.swing.gui.AppearanceControlComboBox
- serialVersionUID:
- 20231016L
-
Class org.opentrafficsim.swing.gui.AppearanceControlTextField
class AppearanceControlTextField extends JTextField implements Serializable- serialVersionUID:
- 20240227L
-
Class org.opentrafficsim.swing.gui.ColorControlPanel
class ColorControlPanel extends JPanel implements Serializable- serialVersionUID:
- 20150527L
-
Serialized Fields
-
comboBoxGTUColor
JComboBox<GtuColorer> comboBoxGTUColor
The combo box that sets the coloring for the GTUs. -
gtuColorer
GtuColorer gtuColorer
The GtuColorer that is currently active. -
legendPanel
JPanel legendPanel
The panel that holds the legend for the currently selected GtuColorer. -
switchableGtuColorer
SwitchableGtuColorer switchableGtuColorer
The SwitchableGtuColorer that is controlled by this ColorControlPanel, if available.
-
-
Class org.opentrafficsim.swing.gui.CustomSimulation
class CustomSimulation extends OtsSimulationApplication<CustomSimulation.CustomModel> implements Serializable- serialVersionUID:
- 20240418L
-
Class org.opentrafficsim.swing.gui.CustomSimulation.CustomModel
class CustomModel extends org.opentrafficsim.core.dsol.AbstractOtsModel implements Serializable- serialVersionUID:
- 20240418L
-
Serialized Fields
-
network
RoadNetwork network
The network.
-
-
Class org.opentrafficsim.swing.gui.JFileChooserWithSettings
class JFileChooserWithSettings extends JFileChooser implements Serializable- serialVersionUID:
- 20181014L
-
Class org.opentrafficsim.swing.gui.LabeledPanel
class LabeledPanel extends JPanel implements Serializable- serialVersionUID:
- 20141222L
-
Class org.opentrafficsim.swing.gui.OtsAnimationPanel
class OtsAnimationPanel extends OtsSimulationPanel implements Serializable- serialVersionUID:
- 20150617L
-
Serialized Fields
-
animationPanel
org.opentrafficsim.swing.gui.OtsAnimationPanel.AutoAnimationPanel animationPanel
The animation panel on tab position 0. -
autoPanId
String autoPanId
Id of object to auto pan to. -
autoPanKind
OtsSearchPanel.ObjectKind<?> autoPanKind
Type of object to auto pan to. -
autoPanOnNextPaintComponent
boolean autoPanOnNextPaintComponent
Track auto on the next paintComponent operation; then copy state from autoPanTrack. -
autoPanTrack
boolean autoPanTrack
Track auto pan object continuously? -
borderPanel
JPanel borderPanel
Border panel in which the animation is shown. -
buttons
ArrayList<JButton> buttons
The animation buttons. -
closeHandlerRegistered
boolean closeHandlerRegistered
Has the window close handler been registered? -
colorControlPanel
ColorControlPanel colorControlPanel
The ColorControlPanel that allows the user to operate the SwitchableGtuColorer. -
coordinateField
JLabel coordinateField
The coordinates of the cursor. -
demoPanel
JPanel demoPanel
Demo panel. -
gtuColorer
GtuColorer gtuColorer
The switchableGtuColorer used to color the GTUs. -
gtuCount
int gtuCount
The GTU count. -
gtuCountField
JLabel gtuCountField
The GTU count field. -
toggleButtons
Map<Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>,
JToggleButton> toggleButtons Set of animation classes to toggle buttons. -
toggleGISButtons
Map<String,
JToggleButton> toggleGISButtons Set of GIS layer names to toggle buttons. -
toggleGISMap
Map<String,
nl.tudelft.simulation.dsol.animation.gis.GisMapInterface> toggleGISMap Set of GIS layer names to toggle GIS layers . -
toggleLocatableMap
Map<String,
Class<? extends nl.tudelft.simulation.dsol.animation.Locatable>> toggleLocatableMap Map of toggle names to toggle animation classes. -
togglePanel
JPanel togglePanel
Toggle panel with which animation features can be shown/hidden. -
windowExited
boolean windowExited
Indicate the window has been closed and the timer thread can stop.
-
-
Class org.opentrafficsim.swing.gui.OtsControlPanel
class OtsControlPanel extends JPanel implements Serializable- serialVersionUID:
- 20150617L
-
Serialized Fields
-
buttons
ArrayList<JButton> buttons
The control buttons. -
buttonsEnabled
boolean buttonsEnabled
The current enabled state of the buttons. -
clockPanel
OtsControlPanel.ClockLabel clockPanel
The clock. -
closeHandlerRegistered
boolean closeHandlerRegistered
Has the window close handler been registered? -
decimalSeparator
String decimalSeparator
Decimal separator. -
isCleanUp
boolean isCleanUp
Has cleanup taken place? -
model
org.opentrafficsim.core.dsol.OtsModelInterface model
The model, needed for its properties. -
otsSearchPanel
OtsSearchPanel otsSearchPanel
The OTS search panel. -
simulator
org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator
The simulator. -
stopAtEvent
nl.tudelft.simulation.dsol.formalisms.eventscheduling.SimEvent<org.djunits.value.vdouble.scalar.Duration> stopAtEvent
The currently registered stop at event. -
timeEdit
OtsControlPanel.TimeEdit timeEdit
The TimeEdit that lets the user set a time when the simulation will be stopped. -
timeFont
Font timeFont
Font used to display the clock and the stop time. -
timeWarpPanel
OtsControlPanel.TimeWarpPanel timeWarpPanel
The time warp control.
-
-
Class org.opentrafficsim.swing.gui.OtsControlPanel.ClockLabel
class ClockLabel extends JLabel implements Serializable- serialVersionUID:
- 20141211L
-
Class org.opentrafficsim.swing.gui.OtsControlPanel.TimeEdit
class TimeEdit extends JFormattedTextField implements Serializable- serialVersionUID:
- 20141212L
-
Class org.opentrafficsim.swing.gui.OtsSearchPanel
class OtsSearchPanel extends JPanel implements Serializable- serialVersionUID:
- 20200127L
-
Serialized Fields
-
idTextField
JTextField idTextField
Id of the object to search for. -
otsAnimationPanel
OtsAnimationPanel otsAnimationPanel
The animation panel. -
trackObject
JCheckBox trackObject
Track object check box. -
typeToSearch
JComboBox<OtsSearchPanel.ObjectKind<?>> typeToSearch
The type-of-object-to-search-for selector.
-
-
Class org.opentrafficsim.swing.gui.OtsSimulationApplication
class OtsSimulationApplication extends OtsSwingApplication<T extends org.opentrafficsim.core.dsol.OtsModelInterface> implements Serializable- serialVersionUID:
- 20190118L
-
Serialized Fields
-
animationPanel
OtsAnimationPanel animationPanel
Animation panel.
-
-
Class org.opentrafficsim.swing.gui.OtsSimulationPanel
class OtsSimulationPanel extends JPanel implements Serializable- serialVersionUID:
- 20150617L
-
Serialized Fields
-
console
nl.tudelft.simulation.dsol.swing.gui.ConsoleOutput console
The console to log messages. -
otsControlPanel
OtsControlPanel otsControlPanel
The control panel to control start/stop, speed of the simulation. -
otsModel
org.opentrafficsim.core.dsol.OtsModelInterface otsModel
Animation, required to add properties tab. -
simulator
org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator
The simulator. -
tabbedPane
nl.tudelft.simulation.dsol.swing.gui.TabbedContentPane tabbedPane
The tabbed pane that contains the different (default) screens.
-
-
Class org.opentrafficsim.swing.gui.OtsSwingApplication
class OtsSwingApplication extends AppearanceApplication implements Serializable- serialVersionUID:
- 20141216L
-
Serialized Fields
-
closed
boolean closed
whether the application has been closed or not. -
model
T extends org.opentrafficsim.core.dsol.OtsModelInterface model
the model.
-
-
Class org.opentrafficsim.swing.gui.ProbabilityDistributionEditor
class ProbabilityDistributionEditor extends JPanel implements Serializable- serialVersionUID:
- 20141222L
-
Serialized Fields
-
labels
JLabel[] labels
The JLabels that indicate the current values. -
slider
MultiThumbSlider<String> slider
The internal MultiThumbSlider.
-
-
-
Package org.opentrafficsim.swing.script
-
Class org.opentrafficsim.swing.script.AbstractSimulationScript
class AbstractSimulationScript extends Object implements Serializable- serialVersionUID:
- 20200129L
-
Serialized Fields
-
autorun
boolean autorun
Autorun. -
description
String description
Description. -
gtuColorer
GtuColorer gtuColorer
GTU colorer. -
name
String name
Name. -
network
RoadNetwork network
The network. -
seed
long seed
Seed. -
simulationTime
org.djunits.value.vdouble.scalar.Duration simulationTime
Simulation time. -
simulator
org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator
The simulator. -
startTime
org.djunits.value.vdouble.scalar.Time startTime
Start time. -
warmupTime
org.djunits.value.vdouble.scalar.Duration warmupTime
Warm-up time.
-
-