Class MovieMakerConfig

java.lang.Object
repast.simphony.ui.widget.MovieMakerConfig

public class MovieMakerConfig extends Object
Configuration info for making a movie.
Author:
Nick Collier
  • Constructor Details

    • MovieMakerConfig

      public MovieMakerConfig(double startingTick, double tickInterval, File file)
      Creates a MovieMakerConfig.
      Parameters:
      tickInterval - the tick interval for the frame capture
      file - the file to write the movie to
  • Method Details

    • schedule

      public void schedule(ISchedule schedule, Imageable imageable)
      Schedules the frame capture and movie creation from the specified imageable on the specified schedule.
      Parameters:
      schedule - the schedule to use
      imageable - the imageable that is the source of the movie frames