Package heronarts.lx

Enum Class LX.Media

java.lang.Object
java.lang.Enum<LX.Media>
heronarts.lx.LX.Media
All Implemented Interfaces:
Serializable, Comparable<LX.Media>, Constable
Enclosing class:
LX

public static enum LX.Media extends Enum<LX.Media>
  • Enum Constant Details

    • PACKAGES

      public static final LX.Media PACKAGES
    • FIXTURES

      public static final LX.Media FIXTURES
    • PROJECTS

      public static final LX.Media PROJECTS
    • MODELS

      public static final LX.Media MODELS
    • VIEWS

      public static final LX.Media VIEWS
    • PRESETS

      public static final LX.Media PRESETS
    • SCRIPTS

      public static final LX.Media SCRIPTS
    • COLORS

      public static final LX.Media COLORS
    • LOGS

      public static final LX.Media LOGS
    • AUTOSAVE

      public static final LX.Media AUTOSAVE
    • DELETED

      public static final LX.Media DELETED
  • Method Details

    • values

      public static LX.Media[] 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 LX.Media 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
    • getDirName

      public String getDirName()