public static enum StyleConstants.ShadowMode extends java.lang.Enum<StyleConstants.ShadowMode>
Enum Constant and Description |
---|
GRADIENT_DIAGONAL1 |
GRADIENT_DIAGONAL2 |
GRADIENT_HORIZONTAL |
GRADIENT_RADIAL |
GRADIENT_VERTICAL |
NONE |
PLAIN |
Modifier and Type | Method and Description |
---|---|
static StyleConstants.ShadowMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleConstants.ShadowMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleConstants.ShadowMode NONE
public static final StyleConstants.ShadowMode PLAIN
public static final StyleConstants.ShadowMode GRADIENT_RADIAL
public static final StyleConstants.ShadowMode GRADIENT_HORIZONTAL
public static final StyleConstants.ShadowMode GRADIENT_VERTICAL
public static final StyleConstants.ShadowMode GRADIENT_DIAGONAL1
public static final StyleConstants.ShadowMode GRADIENT_DIAGONAL2
public static StyleConstants.ShadowMode[] values()
for (StyleConstants.ShadowMode c : StyleConstants.ShadowMode.values()) System.out.println(c);
public static StyleConstants.ShadowMode 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