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