|
|||||||||
| 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.utils.SubstanceConstants.ColorShiftKind
public static enum SubstanceConstants.ColorShiftKind
Color shift kind for shifting themes in inner border painters. See
InnerDelegateBorderPainter for usage details.
| Enum Constant Summary | |
|---|---|
SHADE
Instructs the inner border painter to shade the border theme for the inner part of the border. |
|
THEME_LIGHT
Instructs the inner border painter to shift the border theme for the inner part of the border towards its light colors. |
|
TINT
Instructs the inner border painter to tint the border theme for the inner part of the border. |
|
TONE
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)
Returns the enum constant of this type with the specified name. |
static SubstanceConstants.ColorShiftKind[] |
values()
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,
SubstanceTheme.shade(double)public static final SubstanceConstants.ColorShiftKind TINT
TintColorScheme,
SubstanceTheme.tint(double)public static final SubstanceConstants.ColorShiftKind TONE
ToneColorScheme,
SubstanceTheme.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 | ||||||||