Interface AnimatedImageReader


public interface AnimatedImageReader
AnimatedImageReader.
Author:
Werner Randelshofer
  • Method Summary

    Modifier and Type
    Method
    Description
    readAnimatedImage(int index)
    Reads an animated image.
  • Method Details

    • readAnimatedImage

      Image readAnimatedImage(int index) throws IOException
      Reads an animated image.
      Parameters:
      index - the image index
      Returns:
      an animated image
      Throws:
      IOException - if reading fails