Enum GrayScale.ColorChannel

java.lang.Object
java.lang.Enum<GrayScale.ColorChannel>
org.ujmp.core.doublematrix.calculation.entrywise.misc.GrayScale.ColorChannel
All Implemented Interfaces:
Serializable, Comparable<GrayScale.ColorChannel>
Enclosing class:
GrayScale

public static enum GrayScale.ColorChannel extends Enum<GrayScale.ColorChannel>
  • Enum Constant Details

  • Constructor Details

    • ColorChannel

      private ColorChannel()
  • Method Details

    • values

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

      public static GrayScale.ColorChannel valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null