| Constructor and Description |
|---|
Keyframe() |
| Modifier and Type | Method and Description |
|---|---|
abstract Keyframe |
clone() |
float |
getFraction() |
TimeInterpolator |
getInterpolator() |
Class |
getType() |
abstract Object |
getValue() |
boolean |
hasValue() |
static Keyframe |
ofFloat(float fraction) |
static Keyframe |
ofFloat(float fraction,
float value) |
static Keyframe |
ofInt(float fraction) |
static Keyframe |
ofInt(float fraction,
int value) |
static Keyframe |
ofObject(float fraction) |
static Keyframe |
ofObject(float fraction,
Object value) |
void |
setFraction(float fraction) |
void |
setInterpolator(TimeInterpolator interpolator) |
abstract void |
setValue(Object value) |
public static Keyframe ofInt(float fraction, int value)
public static Keyframe ofInt(float fraction)
public static Keyframe ofFloat(float fraction, float value)
public static Keyframe ofFloat(float fraction)
public static Keyframe ofObject(float fraction)
public boolean hasValue()
public abstract Object getValue()
public abstract void setValue(Object value)
public float getFraction()
public void setFraction(float fraction)
public TimeInterpolator getInterpolator()
public void setInterpolator(TimeInterpolator interpolator)
public Class getType()
Copyright © 2008-2013. All Rights Reserved.