Serializable
, Comparable<SubstanceConstants.MenuGutterFillKind>
public static enum SubstanceConstants.MenuGutterFillKind extends Enum<SubstanceConstants.MenuGutterFillKind>
Enum Constant | Description |
---|---|
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. |
Modifier and Type | Method | Description |
---|---|---|
static SubstanceConstants.MenuGutterFillKind |
valueOf(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.
|
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.public static SubstanceConstants.MenuGutterFillKind[] values()
for (SubstanceConstants.MenuGutterFillKind c : SubstanceConstants.MenuGutterFillKind.values()) System.out.println(c);
public static SubstanceConstants.MenuGutterFillKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null