MovieEncoder
org.nlogo.awt.MovieEncoder
trait MovieEncoder
Encodes a sequence of BufferedImages into a movie.
Attributes
- Source
- MovieEncoder.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Adds an image to the movie.
Cancels the current movie.
Returns a string describing the movie format.
Returns the frame rate.
Returns the frame size.
Returns the number of frames recorded so far.
Returns true if this encoder has been set up.
Sets the frame rate.
Sets the frame rate.
Value parameters
- frameRate
-
frames per second.
Attributes
- Source
- MovieEncoder.scala
Stops the movie and writes it to a file.
In this article