Android.Animation.Keyframe: Method Members

The methods of Android.Animation.Keyframe are listed below. For a list of all members, see the Keyframe Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
Clone() : Keyframe
Creates and returns a copy of this Object.
static
OfFloat(float) : Keyframe
Constructs a Keyframe object with the given time.
static
OfFloat(float, float) : Keyframe
Constructs a Keyframe object with the given time and value.
static
OfInt(float) : Keyframe
Constructs a Keyframe object with the given time.
static
OfInt(float, int) : Keyframe
Constructs a Keyframe object with the given time and value.
static
OfObject(float) : Keyframe
Constructs a Keyframe object with the given time.
static
OfObject(float, Java.Lang.Object) : Keyframe
Constructs a Keyframe object with the given time and value.