Enum Type
Package world.mappable.mapkit
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.Animation.Type
static final enum Type
Available animation types.
Enum Constant Summary
|
Enum Constants |
Description |
|
Smooth interpolation between start and finish states. |
|
|
Movement with constant speed during animation time. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
SMOOTH
|
|
SMOOTH |
Smooth interpolation between start and finish states.
LINEAR
|
|
LINEAR |
Movement with constant speed during animation time.
Methods
values
|
Type[] values() |
valueOf
|
Type valueOf(java.lang.String name) |