ImageFrame
Constructs an ImageFrame.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
Constructs an ImageFrame from a Bitmap.
Parameters
The Bitmap containing the pixel data for the frame.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
If duration is negative.
Constructs an ImageFrame from a Bitmap.
Parameters
The Bitmap containing the pixel data for the frame.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
If duration is negative.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Stores a single frame's data.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
Constructs an ImageFrame from a BufferedImage.
Parameters
The BufferedImage containing the pixel data for the frame.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
If duration is negative.
Constructs an ImageFrame from a BufferedImage.
Parameters
The BufferedImage containing the pixel data for the frame.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Throws
If duration is negative.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.
Parameters
The ARGB pixel data for the frame. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
The width of the frame in pixels.
The height of the frame in pixels.
The duration of the frame.
The timestamp of the frame.
The index of the frame.