Class ANIMReader
java.lang.Object
org.monte.media.anim.ANIMReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intintgetDuration(int index) Reads the duration of the specified frame.intintintintintgetWidth()voidreadFrame(int index, AmigaBitmapImage image) Reads a frame into the supplied image.
-
Constructor Details
-
ANIMReader
- Throws:
IOException
-
ANIMReader
- Throws:
IOException
-
-
Method Details
-
close
- Throws:
IOException
-
getFrameCount
public int getFrameCount() -
getResources
-
getTimeBase
public int getTimeBase() -
createCompatibleBitmap
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
readFrame
Reads a frame into the supplied image. -
getDuration
public int getDuration(int index) Reads the duration of the specified frame. -
getJiffies
public int getJiffies() -
getColorCyclesCount
public int getColorCyclesCount()
-