MovieEncoder

org.nlogo.awt.MovieEncoder
trait MovieEncoder

Encodes a sequence of BufferedImages into a movie.

Attributes

Source
MovieEncoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def add(image: BufferedImage): Unit

Adds an image to the movie.

Adds an image to the movie.

Attributes

Source
MovieEncoder.scala
def cancel(): Unit

Cancels the current movie.

Cancels the current movie.

Attributes

Source
MovieEncoder.scala

Returns a string describing the movie format.

Returns a string describing the movie format.

Attributes

Source
MovieEncoder.scala

Returns the frame rate.

Returns the frame rate.

Attributes

Source
MovieEncoder.scala
def getFrameSize: Dimension

Returns the frame size.

Returns the frame size.

Attributes

Source
MovieEncoder.scala

Returns the number of frames recorded so far.

Returns the number of frames recorded so far.

Attributes

Source
MovieEncoder.scala

Returns true if this encoder has been set up.

Returns true if this encoder has been set up.

Attributes

Source
MovieEncoder.scala
def setFrameRate(frameRate: Float): Unit

Sets the frame rate.

Sets the frame rate.

Value parameters

frameRate

frames per second.

Attributes

Source
MovieEncoder.scala
def stop(): Unit

Stops the movie and writes it to a file.

Stops the movie and writes it to a file.

Attributes

Source
MovieEncoder.scala