public static enum SubstanceSlices.ColorOverlayType extends java.lang.Enum<SubstanceSlices.ColorOverlayType>
| Enum Constant | Description |
|---|---|
BACKGROUND_FILL |
|
FOCUS_INDICATION |
|
LINE |
|
SELECTION_BACKGROUND_FILL |
|
SELECTION_FOREGROUND |
|
TEXT_BACKGROUND_FILL |
| Modifier and Type | Method | Description |
|---|---|---|
static SubstanceSlices.ColorOverlayType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SubstanceSlices.ColorOverlayType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceSlices.ColorOverlayType LINE
public static final SubstanceSlices.ColorOverlayType FOCUS_INDICATION
public static final SubstanceSlices.ColorOverlayType BACKGROUND_FILL
public static final SubstanceSlices.ColorOverlayType TEXT_BACKGROUND_FILL
public static final SubstanceSlices.ColorOverlayType SELECTION_BACKGROUND_FILL
public static final SubstanceSlices.ColorOverlayType SELECTION_FOREGROUND
public static SubstanceSlices.ColorOverlayType[] values()
for (SubstanceSlices.ColorOverlayType c : SubstanceSlices.ColorOverlayType.values()) System.out.println(c);
public static SubstanceSlices.ColorOverlayType 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