|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclient.gui.ZoomAnimationGenerator
public class ZoomAnimationGenerator
Generates the images needed for Animation of zoom progress in the Mandelbrot Set
Field Summary | |
---|---|
static int |
NUM_FRAMES
The number of frames found between each zoom point |
static java.lang.String |
ROOT_ANIMATION_PATH
Path to the default location of all saved animations |
Constructor Summary | |
---|---|
ZoomAnimationGenerator(java.util.ArrayList<MandelbrotGUITask> tasks,
java.lang.String path,
Client2Server server,
RemoteListenerImpl remoteListener)
Creates a new ZoomAnimationGenerator |
Method Summary | |
---|---|
void |
run()
Runs this Zoom Animation Generator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ROOT_ANIMATION_PATH
public static final int NUM_FRAMES
Constructor Detail |
---|
public ZoomAnimationGenerator(java.util.ArrayList<MandelbrotGUITask> tasks, java.lang.String path, Client2Server server, RemoteListenerImpl remoteListener)
tasks
- The zoom tasks needed to generate the animation.path
- The path to write image files to.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |