Enum Class Appearance

java.lang.Object
java.lang.Enum<Appearance>
org.opentrafficsim.swing.gui.Appearance
All Implemented Interfaces:
Serializable, Comparable<Appearance>, Constable

public enum Appearance extends Enum<Appearance>
Contains a background color, foreground color and a font name, to be set throughout all components.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Enum Constant Details

    • MOTUS

      public static final Appearance MOTUS
      MOTUS mimic. Grid and nodes not visible.
    • FOSIM

      public static final Appearance FOSIM
      Green.
    • DARK

      public static final Appearance DARK
      Dark.
    • GRAY

      public static final Appearance GRAY
      Gray.
    • BRIGHT

      public static final Appearance BRIGHT
      Bright.
    • LEGACY

      public static final Appearance LEGACY
      Legacy, as the initial OTS had.
    • RED

      public static final Appearance RED
      Red.
    • GREEN

      public static final Appearance GREEN
      Green.
    • BLUE

      public static final Appearance BLUE
      Blue.
  • Method Details

    • values

      public static Appearance[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Appearance valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public final String getName()
      Returns the name.
      Returns:
      String; name
    • getBackground

      public final Color getBackground()
      Returns the background color.
      Returns:
      Color; color
    • getForeground

      public final Color getForeground()
      Returns the foreground color.
      Returns:
      Color; color
    • getBackdrop

      public final Color getBackdrop()
      Returns the backdrop color.
      Returns:
      Color; color
    • getFont

      public final String getFont()
      Returns the font name.
      Returns:
      String; font name