Class ANIMReader

java.lang.Object
org.monte.media.anim.ANIMReader
Direct Known Subclasses:
ANIMDemultiplexer

public class ANIMReader extends Object
ANIMReader.
Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • close

      public void close() throws IOException
      Throws:
      IOException
    • getFrameCount

      public int getFrameCount()
    • getResources

      public ANIMMovieResources getResources()
    • getTimeBase

      public int getTimeBase()
    • createCompatibleBitmap

      public AmigaBitmapImage createCompatibleBitmap()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • readFrame

      public void readFrame(int index, AmigaBitmapImage image)
      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()