|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMovieMaker
public class MovieMaker
Class to create frames for a movie
Constructor Summary | |
---|---|
MovieMaker()
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
void |
makeFadeOutMovie(String directory)
Method to create a movie that fades out the person from one background to another. |
void |
makeFishMovie(String dir)
Method to change the red and green values in the frames |
void |
makeKidsOnMoonMovie(String dir)
Method to make a movie of the kids crawling on the moon |
void |
makeLighterMovie(String dir)
Method to lighten the pixels that are near black in a movie |
void |
makeMommyWatchingMovie(String dir)
Method to make a movie of barb's head moving and katie dancing |
void |
makeRectangleMovie(String directory)
Method to make a movie that has a rectangle moving around |
void |
makeSunsetMovie(String directory)
Method to slowly create a sunset |
void |
makeTickerTapeMovie(String directory,
String message)
Method to create a tickertape movie |
void |
makeTwoRectangleMovie(String directory)
Method to make a movie that has a two rectangles moving around |
void |
moveMarksHead(String directory)
Method to move Mark's head around |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MovieMaker()
Method Detail |
---|
public void makeRectangleMovie(String directory)
directory
- the directory to put the movie
framespublic void makeTickerTapeMovie(String directory, String message)
directory
- the directory to write tomessage
- the string to displaypublic void makeTwoRectangleMovie(String directory)
directory
- the directory to put the movie
framespublic void moveMarksHead(String directory)
public void makeSunsetMovie(String directory)
directory
- the directory to write topublic void makeFadeOutMovie(String directory)
directory
- the directory to write topublic void makeMommyWatchingMovie(String dir)
dir
- the directory to read from and write topublic void makeKidsOnMoonMovie(String dir)
dir
- the directory to write the frames topublic void makeLighterMovie(String dir)
dir
- the directory to write the frames topublic void makeFishMovie(String dir)
dir
- the directory to write the frames topublic static void main(String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |