Uses of Enum Class
org.opentrafficsim.swing.gui.OtsSimulationPanel.DemoPanelPosition
Packages that use OtsSimulationPanel.DemoPanelPosition
-
Uses of OtsSimulationPanel.DemoPanelPosition in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui that return OtsSimulationPanel.DemoPanelPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OtsSimulationPanel.DemoPanelPosition[]OtsSimulationPanel.DemoPanelPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opentrafficsim.swing.gui with parameters of type OtsSimulationPanel.DemoPanelPositionModifier and TypeMethodDescriptionvoidOtsSimulationPanel.createDemoPanel(OtsSimulationPanel.DemoPanelPosition position) Creates a demo panel within the animation area.