public class ANIMReader
extends java.lang.Object
SEQReader.| Constructor and Description |
|---|
ANIMReader(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BitmapImage |
createCompatibleBitmap() |
int |
getDuration(int index)
Reads the duration of the specified frame.
|
int |
getFrameCount() |
int |
getJiffies() |
int |
getTimeBase() |
void |
readFrame(int index,
BitmapImage image)
Reads a frame into the supplied image.
|
public ANIMReader(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic int getFrameCount()
public int getTimeBase()
public BitmapImage createCompatibleBitmap()
public void readFrame(int index,
BitmapImage image)
public int getDuration(int index)
public int getJiffies()