ImageFrame
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
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
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
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
Constructors
Constructs an ImageFrame.
Constructs an ImageFrame from a Bitmap.
Constructs an ImageFrame from a Bitmap.
Stores a single frame's data.
Constructs an ImageFrame from a BufferedImage.
Constructs an ImageFrame from a BufferedImage.
Properties
Functions
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.
Creates a copy of this ImageFrame with the specified properties.
Converts this frame to a BufferedImage.