Uses of Class
org.opentrafficsim.swing.gui.OtsSimulationPanel
Packages that use OtsSimulationPanel
-
Uses of OtsSimulationPanel in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui with parameters of type OtsSimulationPanelModifier and TypeMethodDescriptiondefault voidOtsSimulationPanelDecorator.addTabs(OtsSimulationPanel simulationPanel, Network network) Adds tabs.default voidOtsSimulationPanelDecorator.animateSimulation(OtsSimulationPanel simulationPanel, Network network) Creates the animation objects.default voidOtsSimulationPanelDecorator.decorate(OtsSimulationPanel simulationPanel, Network network) Invokes all decoration methods.static voidAnimationToggles.hideAnimationClass(OtsSimulationPanel panel, Class<? extends Locatable> locatableClass) Set a class to be shown in the animation to false.default voidOtsSimulationPanelDecorator.setAnimationToggles(OtsSimulationPanel simulationPanel) Set simulation toggles.static voidAnimationToggles.setIconAnimationTogglesFull(OtsSimulationPanel panel) Set all animation on, and create the toggles on the left hand side.static voidAnimationToggles.setIconAnimationTogglesStandard(OtsSimulationPanel panel) Set the most common animation on, and create the toggles on the left hand side.static voidAnimationToggles.setTextAnimationTogglesFull(OtsSimulationPanel panel) Set all animation on, and create the toggles on the left hand side.static voidAnimationToggles.setTextAnimationTogglesStandard(OtsSimulationPanel panel) Set the most common animation on, and create the toggles on the left hand side.default voidOtsSimulationPanelDecorator.setupDemo(OtsSimulationPanel simulationPanel, Network network) Setup a demo panel within the simulation panel.static voidAnimationToggles.showAnimationClass(OtsSimulationPanel panel, Class<? extends Locatable> locatableClass) Set a class to be shown in the animation to true.static voidAnimationToggles.showAnimationFull(OtsSimulationPanel panel) Set all animation on, and create the toggles on the left hand side.static voidAnimationToggles.showAnimationStandard(OtsSimulationPanel panel) Set the most common animation on, and create the toggles on the left hand side.Constructors in org.opentrafficsim.swing.gui with parameters of type OtsSimulationPanelModifierConstructorDescriptionOtsSearchPanel(OtsSimulationPanel otsAnimationPanel) Construct a new OtsSearchPanel.OtsSimulationApplication(T model, OtsSimulationPanel panel) Wrap anOtsModelInterfacein anAppearanceApplication.OtsSimulationControlPanel(OtsSimulatorInterface simulator, OtsSimulationPanel otsAnimationPanel) Decorate a SimpleSimulator with a different set of control buttons.