public class ANIMReader extends Object
SEQReader.| Constructor and Description |
|---|
ANIMReader(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(File file) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic int getFrameCount()
public int getTimeBase()
public BitmapImage createCompatibleBitmap()
public void readFrame(int index,
BitmapImage image)
public int getDuration(int index)
public int getJiffies()
Copyright © 2014. All Rights Reserved.