com.sun.jimi.core
Interface JimiImageSeries
- public abstract interface JimiImageSeries
- extends java.util.Enumeration
Interface for enumerating a series of JimiImages.
Methods inherited from interface java.util.Enumeration |
hasMoreElements,
nextElement |
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.