Package com.massifmaps.styles
Class AnimationType
java.lang.Object
com.massifmaps.styles.AnimationType
Possible animation types.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLinear transition is used for animation.static final intNo animation is applied.static final intSmooth transition with 2nd order continuity is used for animation.static final intSpring-like transition is used for animation.static final intStep transition is applied at the middle of the animation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANIMATION_TYPE_NONE
public static final int ANIMATION_TYPE_NONENo animation is applied.- See Also:
-
ANIMATION_TYPE_STEP
public static final int ANIMATION_TYPE_STEPStep transition is applied at the middle of the animation.- See Also:
-
ANIMATION_TYPE_LINEAR
public static final int ANIMATION_TYPE_LINEARLinear transition is used for animation.- See Also:
-
ANIMATION_TYPE_SMOOTHSTEP
public static final int ANIMATION_TYPE_SMOOTHSTEPSmooth transition with 2nd order continuity is used for animation.- See Also:
-
ANIMATION_TYPE_SPRING
public static final int ANIMATION_TYPE_SPRINGSpring-like transition is used for animation.- See Also:
-
-
Constructor Details
-
AnimationType
public AnimationType()
-