public abstract class BaseAnimatableValue<V,O> extends java.lang.Object implements AnimatableValue<V,O>
AnimatableValue.Factory<V>| Modifier and Type | Method and Description |
|---|---|
O |
getInitialValue() |
boolean |
hasAnimation() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateAnimationpublic boolean hasAnimation()
hasAnimation in interface AnimatableValue<V,O>public O getInitialValue()
public java.lang.String toString()
toString in class java.lang.Object