public enum Easing extends Enum<Easing> implements ValueEnum
| Enum Constant and Description |
|---|
EASE_IN_BACK
The constant for the easing type 'easeInBack'.
|
EASE_IN_BOUNCE
The constant for the easing type 'easeInBounce'.
|
EASE_IN_CIRC
The constant for the easing type 'easeInCirc'.
|
EASE_IN_CUBIC
The constant for the easing type 'easeInCubic'.
|
EASE_IN_ELASTIC
The constant for the easing type 'easeInElastic'.
|
EASE_IN_EXPO
The constant for the easing type 'easeInExpo'.
|
EASE_IN_OUT_BACK
The constant for the easing type 'easeInOutBack'.
|
EASE_IN_OUT_BOUNCE
The constant for the easing type 'easeInOutBounce'.
|
EASE_IN_OUT_CIRC
The constant for the easing type 'easeInOutCirc'.
|
EASE_IN_OUT_CUBIC
The constant for the easing type 'easeInOutCubic'.
|
EASE_IN_OUT_ELASTIC
The constant for the easing type 'easeInOutElastic'.
|
EASE_IN_OUT_EXPO
The constant for the easing type 'easeInOutExpo'.
|
EASE_IN_OUT_QUAD
The constant for the easing type 'easeInOutQuad'.
|
EASE_IN_OUT_QUART
The constant for the easing type 'easeInOutQuart'.
|
EASE_IN_OUT_QUINT
The constant for the easing type 'easeInOutQuint'.
|
EASE_IN_OUT_SINE
The constant for the easing type 'easeInOutSine'.
|
EASE_IN_QUAD
The constant for the easing type 'easeInQuad'.
|
EASE_IN_QUART
The constant for the easing type 'easeInQuart'.
|
EASE_IN_QUINT
The constant for the easing type 'easeInQuint'.
|
EASE_IN_SINE
The constant for the easing type 'easeInSine'.
|
EASE_OUT_BACK
The constant for the easing type 'easeOutBack'.
|
EASE_OUT_BOUNCE
The constant for the easing type 'easeOutBounce'.
|
EASE_OUT_CIRC
The constant for the easing type 'easeOutCirc'.
|
EASE_OUT_CUBIC
The constant for the easing type 'easeOutCubic'.
|
EASE_OUT_ELASTIC
The constant for the easing type 'easeOutElastic'.
|
EASE_OUT_EXPO
The constant for the easing type 'easeOutExpo'.
|
EASE_OUT_QUAD
The constant for the easing type 'easeOutQuad'.
|
EASE_OUT_QUART
The constant for the easing type 'easeOutQuart'.
|
EASE_OUT_QUINT
The constant for the easing type 'easeOutQuint'.
|
EASE_OUT_SINE
The constant for the easing type 'easeOutSine'.
|
JSWING
The constant for the easing type 'jswing'.
|
LINEAR
The constant for the easing type 'linear'.
|
SWING
The constant for the easing type 'swing'.
|
| Modifier and Type | Method and Description |
|---|---|
static Easing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Easing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Easing LINEAR
public static final Easing SWING
public static final Easing JSWING
public static final Easing EASE_IN_QUAD
public static final Easing EASE_IN_CUBIC
public static final Easing EASE_IN_QUART
public static final Easing EASE_IN_QUINT
public static final Easing EASE_IN_SINE
public static final Easing EASE_IN_EXPO
public static final Easing EASE_IN_CIRC
public static final Easing EASE_IN_ELASTIC
public static final Easing EASE_IN_BACK
public static final Easing EASE_IN_BOUNCE
public static final Easing EASE_OUT_QUAD
public static final Easing EASE_OUT_CUBIC
public static final Easing EASE_OUT_QUART
public static final Easing EASE_OUT_QUINT
public static final Easing EASE_OUT_SINE
public static final Easing EASE_OUT_EXPO
public static final Easing EASE_OUT_CIRC
public static final Easing EASE_OUT_ELASTIC
public static final Easing EASE_OUT_BACK
public static final Easing EASE_OUT_BOUNCE
public static final Easing EASE_IN_OUT_QUAD
public static final Easing EASE_IN_OUT_CUBIC
public static final Easing EASE_IN_OUT_QUART
public static final Easing EASE_IN_OUT_QUINT
public static final Easing EASE_IN_OUT_SINE
public static final Easing EASE_IN_OUT_EXPO
public static final Easing EASE_IN_OUT_CIRC
public static final Easing EASE_IN_OUT_ELASTIC
public static final Easing EASE_IN_OUT_BACK
public static final Easing EASE_IN_OUT_BOUNCE
public static Easing[] values()
for (Easing c : Easing.values()) System.out.println(c);
public static Easing 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 nullCopyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.