com.sun.jimi.core
Interface JimiImageSeries


public abstract interface JimiImageSeries
extends java.util.Enumeration

Interface for enumerating a series of JimiImages.


Method Summary
 int countRemainingImages()
          Count the number of images in the series.
 MutableJimiImage getNextImage()
          Get the next available JimiImage
 boolean hasMoreImages()
          Check if there are more images available.
 void skipNextImage()
          Skip over the next image.
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

getNextImage

public MutableJimiImage getNextImage()
                              throws JimiException
Get the next available JimiImage

skipNextImage

public void skipNextImage()
                   throws JimiException
Skip over the next image.

hasMoreImages

public boolean hasMoreImages()
                      throws JimiException
Check if there are more images available.

countRemainingImages

public int countRemainingImages()
Count the number of images in the series. May force the entire series to be decoded, but returns an accurate tally of images.