org.jvnet.substance.utils
Enum SubstanceConstants.ColorShiftKind
java.lang.Object
java.lang.Enum<SubstanceConstants.ColorShiftKind>
org.jvnet.substance.utils.SubstanceConstants.ColorShiftKind
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SubstanceConstants.ColorShiftKind>
- Enclosing class:
- SubstanceConstants
public static enum SubstanceConstants.ColorShiftKind
- extends java.lang.Enum<SubstanceConstants.ColorShiftKind>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SHADE
public static final SubstanceConstants.ColorShiftKind SHADE
TINT
public static final SubstanceConstants.ColorShiftKind TINT
TONE
public static final SubstanceConstants.ColorShiftKind TONE
THEME_LIGHT
public static final SubstanceConstants.ColorShiftKind THEME_LIGHT
values
public static SubstanceConstants.ColorShiftKind[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SubstanceConstants.ColorShiftKind c : SubstanceConstants.ColorShiftKind.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SubstanceConstants.ColorShiftKind valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null