Enum Class LXDmxEngine.ByteOrder

java.lang.Object
java.lang.Enum<LXDmxEngine.ByteOrder>
heronarts.lx.dmx.LXDmxEngine.ByteOrder
All Implemented Interfaces:
Serializable, Comparable<LXDmxEngine.ByteOrder>, Constable
Enclosing class:
LXDmxEngine

public static enum LXDmxEngine.ByteOrder extends Enum<LXDmxEngine.ByteOrder>
  • Enum Constant Details

  • Field Details

    • r

      public final int r
    • g

      public final int g
    • b

      public final int b
  • Method Details

    • values

      public static LXDmxEngine.ByteOrder[] 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 LXDmxEngine.ByteOrder 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