| Enum Constant and Description |
|---|
CHASING_DOTS |
CIRCLE |
CUBE_GRID |
DOUBLE_BOUNCE |
FADING_CIRCLE |
FOLDING_CUBE |
MULTIPLE_PULSE |
MULTIPLE_PULSE_RING |
PULSE |
PULSE_RING |
ROTATING_CIRCLE |
ROTATING_PLANE |
THREE_BOUNCE |
WANDERING_CUBES |
WAVE |
| Modifier and Type | Method and Description |
|---|---|
static Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Style ROTATING_PLANE
public static final Style DOUBLE_BOUNCE
public static final Style WAVE
public static final Style WANDERING_CUBES
public static final Style PULSE
public static final Style CHASING_DOTS
public static final Style THREE_BOUNCE
public static final Style CIRCLE
public static final Style CUBE_GRID
public static final Style FADING_CIRCLE
public static final Style FOLDING_CUBE
public static final Style ROTATING_CIRCLE
public static final Style MULTIPLE_PULSE
public static final Style PULSE_RING
public static final Style MULTIPLE_PULSE_RING
public static Style[] values()
for (Style c : Style.values()) System.out.println(c);
public static Style 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