|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SubstanceConstants.MenuGutterFillKind>
org.jvnet.substance.utils.SubstanceConstants.MenuGutterFillKind
public static enum SubstanceConstants.MenuGutterFillKind
Enumerates possible values for menu gutter fill kind.
SubstanceLookAndFeel.MENU_GUTTER_FILL_KIND
Enum Constant Summary | |
---|---|
HARD
The hard (default) fill kind - draws gradient ranging
from darker to light in the menu gutter. |
|
HARD_FILL
The hard fill fill kind - draws darker fill background
in the menu gutter. |
|
NONE
The none fill kind - draws no background in the menu
gutter. |
|
SOFT
The soft fill kind - draws gradient ranging from
darker to light in the menu gutter. |
|
SOFT_FILL
The soft fill fill kind - draws light fill background
in the menu gutter. |
Method Summary | |
---|---|
static SubstanceConstants.MenuGutterFillKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SubstanceConstants.MenuGutterFillKind[] |
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.MenuGutterFillKind NONE
none
fill kind - draws no background in the menu
gutter.
public static final SubstanceConstants.MenuGutterFillKind SOFT_FILL
soft fill
fill kind - draws light fill background
in the menu gutter.
public static final SubstanceConstants.MenuGutterFillKind HARD_FILL
hard fill
fill kind - draws darker fill background
in the menu gutter.
public static final SubstanceConstants.MenuGutterFillKind SOFT
soft
fill kind - draws gradient ranging from
darker to light in the menu gutter.
public static final SubstanceConstants.MenuGutterFillKind HARD
hard
(default) fill kind - draws gradient ranging
from darker to light in the menu gutter.
Method Detail |
---|
public static SubstanceConstants.MenuGutterFillKind[] values()
for (SubstanceConstants.MenuGutterFillKind c : SubstanceConstants.MenuGutterFillKind.values()) System.out.println(c);
public static SubstanceConstants.MenuGutterFillKind 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 |