Uses of Class
org.opentrafficsim.swing.gui.Appearance
| Package | Description |
|---|---|
| org.opentrafficsim.swing.gui |
Swing components that are used in OpenTrafficSim.
|
-
Uses of Appearance in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui that return Appearance Modifier and Type Method Description AppearanceOTSSwingApplication. getAppearance()Returns the appearance.static AppearanceAppearance. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Appearance[]Appearance. 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 Appearance Modifier and Type Method Description voidOTSSwingApplication. setAppearance(Appearance appearance)Sets an appearance.