public enum BoulderDashAnimation extends Enum<BoulderDashAnimation>
BoulderDashAnimation
defines the animations which can be
retrieved by the according BoulderDashAnimationUrlsFactory
and
BoulderDashAnimationInputStreamFactory
Modifier and Type | Method and Description |
---|---|
BoulderDashPixmap[] |
getBoulderDashPixmaps() |
static BoulderDashAnimation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoulderDashAnimation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoulderDashAnimation DIAMOND
public static final BoulderDashAnimation DIAMOND_BIRTH
public static final BoulderDashAnimation MAGIC_WALL
public static final BoulderDashAnimation STEEL_WALL
public static final BoulderDashAnimation ROCKFORD_BIRTH
public static final BoulderDashAnimation ROCKFORD_FACING_FORWARD_BLINKING
public static final BoulderDashAnimation ROCKFORD_FACING_FORWARD_TAPPING_FOOT
public static final BoulderDashAnimation ROCKFORD_FACING_FORWARD_BLINKING_TAPPING_FOOT
public static final BoulderDashAnimation ROCKFORD_FACING_LEFT
public static final BoulderDashAnimation ROCKFORD_FACING_RIGHT
public static final BoulderDashAnimation FIREFLY
public static final BoulderDashAnimation BUTTERFLY
public static final BoulderDashAnimation AMOEBA
public static BoulderDashAnimation[] values()
for (BoulderDashAnimation c : BoulderDashAnimation.values()) System.out.println(c);
public static BoulderDashAnimation 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 nullpublic BoulderDashPixmap[] getBoulderDashPixmaps()
Copyright © 2016. All rights reserved.