|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SubstanceConstants.ColorShiftKind>
org.jvnet.substance.api.SubstanceConstants.ColorShiftKind
@Deprecated public static enum SubstanceConstants.ColorShiftKind
Color shift kind for shifting themes in inner border painters.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
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 |
Enum Constant Detail |
---|
public static final SubstanceConstants.ColorShiftKind SHADE
ShadeColorScheme
,
SubstanceColorScheme.shade(double)
public static final SubstanceConstants.ColorShiftKind TINT
TintColorScheme
,
SubstanceColorScheme.tint(double)
public static final SubstanceConstants.ColorShiftKind TONE
ToneColorScheme
,
SubstanceColorScheme.tone(double)
public static final SubstanceConstants.ColorShiftKind THEME_LIGHT
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |