Package repast.simphony.ui.widget
Class MovieMakerConfig
java.lang.Object
repast.simphony.ui.widget.MovieMakerConfig
Configuration info for making a movie.
- Author:
- Nick Collier
-
Constructor Summary
ConstructorDescriptionMovieMakerConfig
(double startingTick, double tickInterval, File file) Creates a MovieMakerConfig. -
Method Summary
-
Constructor Details
-
MovieMakerConfig
Creates a MovieMakerConfig.- Parameters:
tickInterval
- the tick interval for the frame capturefile
- the file to write the movie to
-
-
Method Details
-
schedule
Schedules the frame capture and movie creation from the specified imageable on the specified schedule.- Parameters:
schedule
- the schedule to useimageable
- the imageable that is the source of the movie frames
-