java.lang.Object
de.grogra.flyingcamera.FlyingCamera.CameraGradient
- All Implemented Interfaces:
FlyingCamera.CameraTask
- Enclosing class:
FlyingCamera
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getStart()intgetSteps()intrun()intrun(int t) voidsetEnd(CameraState end) voidsetStart(CameraState start) voidsetSteps(int steps)
-
Constructor Details
-
CameraGradient
-
-
Method Details
-
run
-
run
public int run(int t) throws InterruptedException, IOException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException -
getStart
-
setStart
-
getEnd
-
setEnd
-
getSteps
public int getSteps() -
setSteps
public void setSteps(int steps)
-