Android.Animation.Keyframe Members

The members of Android.Animation.Keyframe are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Fractionfloat. Gets the time for this keyframe, as a fraction of the overall animation duration.
[read-only]
HasValuebool. Indicates whether this keyframe has a valid value.
InterpolatorITimeInterpolator. Gets the optional interpolator for this Keyframe.
[read-only]
TypeJava.Lang.Class. Gets the type of keyframe.
abstract
ValueJava.Lang.Object. Gets the value for this Keyframe.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.