Uses of Enum Class
org.opentrafficsim.swing.gui.Appearance
Packages that use Appearance
-
Uses of Appearance in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui that return AppearanceModifier and TypeMethodDescriptionAppearanceApplication.getAppearance()Returns the appearance.static AppearanceReturns the enum constant of this class with the specified name.static Appearance[]Appearance.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 AppearanceModifier and TypeMethodDescriptionvoidAppearanceApplication.setAppearance(Appearance appearance) Sets an appearance.