Enum Class TimeScale

java.lang.Object
java.lang.Enum<TimeScale>
heronarts.lx.studio.ui.timeline.TimeScale
All Implemented Interfaces:
Serializable, Comparable<TimeScale>, Constable

public enum TimeScale extends Enum<TimeScale>
One small step for enum, one giant leap for time. Free to a good home.
  • Enum Constant Details

    • TEMPO

      public static final TimeScale TEMPO
    • ABSOLUTE

      public static final TimeScale ABSOLUTE
  • Method Details

    • values

      public static TimeScale[] 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 TimeScale 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