Package com.spinyowl.legui.image
Enum Class ImageChannels
- All Implemented Interfaces:
Serializable,Comparable<ImageChannels>,Constable
Channels of image.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintstatic ImageChannelsinstance(int channels) toString()Returns the name of this enum constant, as contained in the declaration.static ImageChannelsReturns the enum constant of this class with the specified name.static ImageChannels[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
G
-
GA
-
RGB
-
RGBA
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
instance
-
getChannels
public int getChannels() -
toString
Returns the name of this enum constant, as contained in the declaration. This method may be overridden, though it typically isn't necessary or desirable. An enum type should override this method when a more "programmer-friendly" string form exists.- Overrides:
toStringin classEnum<ImageChannels>- Returns:
- the name of this enum constant
-