java.lang.Object | |
↳ | android.animation.TypeConverter<T, V> |
Known Direct Subclasses |
Abstract base class used convert type T to another type V. This is necessary when the value types of in animation are different from the property type.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts a value from one type to another.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Converts a value from one type to another.
value | The Object to convert. |
---|
value
.