-
- All Implemented Interfaces:
-
java.lang.Runnable
public class MoveViewJob extends ViewPortJob
Created by Philipp Jahoda on 19/02/16.
-
-
Constructor Summary
Constructors Constructor Description MoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
-
Method Summary
Modifier and Type Method Description static MoveViewJobgetInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)static voidrecycleInstance(MoveViewJob instance)voidrun()-
-
Constructor Detail
-
MoveViewJob
MoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
-
-
Method Detail
-
getInstance
static MoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
-
recycleInstance
static void recycleInstance(MoveViewJob instance)
-
run
void run()
-
-
-
-