public class AnimatedZoomJob extends AnimatedViewPortJob implements android.animation.Animator.AnimatorListener
| Modifier and Type | Field and Description |
|---|---|
protected float |
xValCount |
protected YAxis |
yAxis |
protected float |
zoomCenterX |
protected float |
zoomCenterY |
protected float |
zoomOriginX |
protected float |
zoomOriginY |
animator, phase, xOrigin, yOriginmTrans, mViewPortHandler, pts, view, xValue, yValue| Constructor and Description |
|---|
AnimatedZoomJob(ViewPortHandler viewPortHandler,
android.view.View v,
Transformer trans,
YAxis axis,
float xValCount,
float scaleX,
float scaleY,
float xOrigin,
float yOrigin,
float zoomCenterX,
float zoomCenterY,
float zoomOriginX,
float zoomOriginY,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationCancel(android.animation.Animator animation) |
void |
onAnimationEnd(android.animation.Animator animation) |
void |
onAnimationRepeat(android.animation.Animator animation) |
void |
onAnimationStart(android.animation.Animator animation) |
void |
onAnimationUpdate(android.animation.ValueAnimator animation) |
getPhase, getXOrigin, getYOrigin, run, setPhasegetXValue, getYValueprotected float zoomOriginX
protected float zoomOriginY
protected float zoomCenterX
protected float zoomCenterY
protected YAxis yAxis
protected float xValCount
public AnimatedZoomJob(ViewPortHandler viewPortHandler, android.view.View v, Transformer trans, YAxis axis, float xValCount, float scaleX, float scaleY, float xOrigin, float yOrigin, float zoomCenterX, float zoomCenterY, float zoomOriginX, float zoomOriginY, long duration)
public void onAnimationUpdate(android.animation.ValueAnimator animation)
onAnimationUpdate in interface android.animation.ValueAnimator.AnimatorUpdateListenerpublic void onAnimationEnd(android.animation.Animator animation)
onAnimationEnd in interface android.animation.Animator.AnimatorListenerpublic void onAnimationCancel(android.animation.Animator animation)
onAnimationCancel in interface android.animation.Animator.AnimatorListenerpublic void onAnimationRepeat(android.animation.Animator animation)
onAnimationRepeat in interface android.animation.Animator.AnimatorListenerpublic void onAnimationStart(android.animation.Animator animation)
onAnimationStart in interface android.animation.Animator.AnimatorListener