public enum Hue extends java.lang.Enum<Hue>
Modifier and Type | Method | Description |
---|---|---|
static Hue |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Hue[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Hue Red_2_5
public static final Hue Red_5
public static final Hue Red_7_5
public static final Hue Red_10
public static final Hue YellowRed_2_5
public static final Hue YellowRed_5
public static final Hue YellowRed_7_5
public static final Hue YellowRed_10
public static final Hue Yellow_2_5
public static final Hue Yellow_5
public static final Hue Yellow_7_5
public static final Hue Yellow_10
public static final Hue GreenYellow_2_5
public static final Hue GreenYellow_5
public static final Hue GreenYellow_7_5
public static final Hue GreenYellow_10
public static final Hue Green_2_5
public static final Hue Green_5
public static final Hue Green_7_5
public static final Hue Green_10
public static final Hue BlueGreen_2_5
public static final Hue BlueGreen_5
public static final Hue BlueGreen_7_5
public static final Hue BlueGreen_10
public static final Hue Blue_2_5
public static final Hue Blue_5
public static final Hue Blue_7_5
public static final Hue Blue_10
public static final Hue PurpleBlue_2_5
public static final Hue PurpleBlue_5
public static final Hue PurpleBlue_7_5
public static final Hue PurpleBlue_10
public static final Hue Purple_2_5
public static final Hue Purple_5
public static final Hue Purple_7_5
public static final Hue Purple_10
public static final Hue RedPurple_2_5
public static final Hue RedPurple_5
public static final Hue RedPurple_7_5
public static final Hue RedPurple_10
public static final Hue Neutral
public static Hue[] values()
for (Hue c : Hue.values()) System.out.println(c);
public static Hue valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.