public class ActionFade
extends <any>
| Modifier and Type | Field and Description |
|---|---|
protected float |
mFromAlpha
The alpha in the beginning.
|
protected float |
mToAlpha
The alpha in the end.
|
| Constructor and Description |
|---|
ActionFade() |
| Modifier and Type | Method and Description |
|---|---|
float |
getFromAlpha()
Gets the alpha in the beginning.
|
float |
getToAlpha()
Gets the alpha in the end.
|
void |
setAnimationConfig(java.util.List<<any>> aAnimationConfig) |
void |
setFromAlpha(float mFromAlpha)
Sets the alpha in the beginning.
|
void |
setToAlpha(float mToAlpha)
Sets the alpha in the end.
|
protected float mFromAlpha
protected float mToAlpha
public float getFromAlpha()
public void setFromAlpha(float mFromAlpha)
mFromAlpha - public float getToAlpha()
public void setToAlpha(float mToAlpha)
mToAlpha - public void setAnimationConfig(java.util.List<<any>> aAnimationConfig)