Enum Class BlurFilter.Tap

java.lang.Object
java.lang.Enum<BlurFilter.Tap>
gaiasky.render.postprocess.filters.BlurFilter.Tap
All Implemented Interfaces:
Serializable, Comparable<BlurFilter.Tap>, Constable
Enclosing class:
BlurFilter

protected static enum BlurFilter.Tap extends Enum<BlurFilter.Tap>
  • Enum Constant Details

  • Field Details

    • radius

      public final int radius
  • Method Details

    • values

      public static BlurFilter.Tap[] 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 BlurFilter.Tap 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