ImageFrame
Inheritance: java.lang.Object
public abstract class ImageFrame
Represents an image frame.
Constructors
| Constructor | Description |
|---|---|
| ImageFrame() |
Methods
| Method | Description |
|---|---|
| getIndex() | Gets the index of the frame in the image. |
ImageFrame()
public ImageFrame()
getIndex()
public abstract int getIndex()
Gets the index of the frame in the image.
Returns: int - The index of the frame in the image.