Uses of Class
org.opentrafficsim.swing.gui.OTSAnimationPanel.DemoPanelPosition
-
Packages that use OTSAnimationPanel.DemoPanelPosition Package Description org.opentrafficsim.swing.gui Swing components that are used in OpenTrafficSim. -
-
Uses of OTSAnimationPanel.DemoPanelPosition in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui that return OTSAnimationPanel.DemoPanelPosition Modifier and Type Method Description static OTSAnimationPanel.DemoPanelPosition
OTSAnimationPanel.DemoPanelPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static OTSAnimationPanel.DemoPanelPosition[]
OTSAnimationPanel.DemoPanelPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.swing.gui with parameters of type OTSAnimationPanel.DemoPanelPosition Modifier and Type Method Description void
OTSAnimationPanel. createDemoPanel(OTSAnimationPanel.DemoPanelPosition position)
Creates a demo panel within the animation area.
-