public class ZoomJob extends ViewPortJob
| Modifier and Type | Field and Description |
|---|---|
protected YAxis.AxisDependency |
axisDependency |
protected float |
scaleX |
protected float |
scaleY |
mTrans, mViewPortHandler, pts, view, xValue, yValue| 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 |
|---|---|
void |
run() |
getXValue, getYValueprotected float scaleX
protected float scaleY
protected YAxis.AxisDependency axisDependency
public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float scaleY, float xValue, float yValue, Transformer trans, YAxis.AxisDependency axis, android.view.View v)