@Deprecated public static enum SubstanceConstants.ColorShiftKind extends java.lang.Enum<SubstanceConstants.ColorShiftKind>
Enum Constant and Description |
---|
SHADE
Deprecated.
Instructs the inner border painter to shade the border theme for the
inner part of the border.
|
THEME_LIGHT
Deprecated.
Instructs the inner border painter to shift the border theme for the
inner part of the border towards its light colors.
|
TINT
Deprecated.
Instructs the inner border painter to tint the border theme for the
inner part of the border.
|
TONE
Deprecated.
Instructs the inner border painter to tone the border theme for the
inner part of the border.
|
Modifier and Type | Method and Description |
---|---|
static SubstanceConstants.ColorShiftKind |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SubstanceConstants.ColorShiftKind[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceConstants.ColorShiftKind SHADE
public static final SubstanceConstants.ColorShiftKind TINT
public static final SubstanceConstants.ColorShiftKind TONE
public static final SubstanceConstants.ColorShiftKind THEME_LIGHT
public static SubstanceConstants.ColorShiftKind[] values()
for (SubstanceConstants.ColorShiftKind c : SubstanceConstants.ColorShiftKind.values()) System.out.println(c);
public static SubstanceConstants.ColorShiftKind 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 null