Class SequenceSupport

java.lang.Object
com.twelvemonkeys.imageio.util.SequenceSupport

public final class SequenceSupport extends Object
A tiny utility class that keeps state for sequences. For use by ImageWriter implementations that supports sequence (multiple images in same stream).
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Advances the current sequence.
    int
    Gets the current sequence index.
    int
    end()
    Ends the current sequence.
    void
    Resets the sequence to initial state, regardless of the current sequence state.
    void
    Starts a new sequence.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index

      private int index
  • Constructor Details

    • SequenceSupport

      public SequenceSupport()
  • Method Details