public class ZoomJob extends ViewPortJob
| Modifier and Type | Field and Description |
|---|---|
protected YAxis.AxisDependency |
axisDependency |
protected android.graphics.Matrix |
mRunMatrixBuffer |
protected float |
scaleX |
protected float |
scaleY |
mTrans, mViewPortHandler, pts, view, xValue, yValueNO_OWNER| Constructor and Description |
|---|
ZoomJob(ViewPortHandler viewPortHandler,
float scaleX,
float scaleY,
float xValue,
float yValue,
Transformer trans,
YAxis.AxisDependency axis,
android.view.View v) |
| Modifier and Type | Method and Description |
|---|---|
static ZoomJob |
getInstance(ViewPortHandler viewPortHandler,
float scaleX,
float scaleY,
float xValue,
float yValue,
Transformer trans,
YAxis.AxisDependency axis,
android.view.View v) |
protected ObjectPool.Poolable |
instantiate() |
static void |
recycleInstance(ZoomJob instance) |
void |
run() |
getXValue, getYValueprotected float scaleX
protected float scaleY
protected YAxis.AxisDependency axisDependency
protected android.graphics.Matrix mRunMatrixBuffer
public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yValue, Transformer trans, YAxis.AxisDependency axis, android.view.View v)
public static ZoomJob getInstance(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yValue, Transformer trans, YAxis.AxisDependency axis, android.view.View v)
public static void recycleInstance(ZoomJob instance)
public void run()
protected ObjectPool.Poolable instantiate()
instantiate in class ObjectPool.Poolable