java.lang.Object
de.grogra.flyingcamera.FlyingCamera.CameraGradient
- All Implemented Interfaces:
FlyingCamera.CameraTask
- Enclosing class:
- FlyingCamera
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()
getStart()
int
getSteps()
int
run()
int
run
(int t) void
setEnd
(CameraState end) void
setStart
(CameraState start) void
setSteps
(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)
-