|
||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||
java.lang.Objectandroid.view.animation.Animation
cn.pedant.SweetAlert.Rotate3dAnimation
public class Rotate3dAnimation
| 嵌套类摘要 | |
|---|---|
protected static class |
Rotate3dAnimation.Description
|
| 从类 android.view.animation.Animation 继承的嵌套类/接口 |
|---|
android.view.animation.Animation.AnimationListener |
| 字段摘要 | |
|---|---|
static int |
ROLL_BY_X
|
static int |
ROLL_BY_Y
|
static int |
ROLL_BY_Z
|
| 从类 android.view.animation.Animation 继承的字段 |
|---|
ABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP |
| 构造方法摘要 | |
|---|---|
Rotate3dAnimation(android.content.Context context,
android.util.AttributeSet attrs)
|
|
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees)
|
|
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
float pivotX,
float pivotY)
|
|
Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
int pivotXType,
float pivotXValue,
int pivotYType,
float pivotYValue)
|
|
| 方法摘要 | |
|---|---|
protected void |
applyTransformation(float interpolatedTime,
android.view.animation.Transformation t)
|
void |
initialize(int width,
int height,
int parentWidth,
int parentHeight)
|
| 从类 android.view.animation.Animation 继承的方法 |
|---|
cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final int ROLL_BY_X
public static final int ROLL_BY_Y
public static final int ROLL_BY_Z
| 构造方法详细信息 |
|---|
public Rotate3dAnimation(android.content.Context context,
android.util.AttributeSet attrs)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
float pivotX,
float pivotY)
public Rotate3dAnimation(int rollType,
float fromDegrees,
float toDegrees,
int pivotXType,
float pivotXValue,
int pivotYType,
float pivotYValue)
| 方法详细信息 |
|---|
public void initialize(int width,
int height,
int parentWidth,
int parentHeight)
android.view.animation.Animation 中的 initialize
protected void applyTransformation(float interpolatedTime,
android.view.animation.Transformation t)
android.view.animation.Animation 中的 applyTransformation
|
||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||