Module video

Interface ImageSequenceView

All Known Implementing Classes:
ImageSequenceViewer

public interface ImageSequenceView
Viewer for an ImageSequence which grants read only access to the sequence.
Author:
Dominick Leppich
  • Method Details

    • contains

      boolean contains(Object arg0)
      Check, if a given Object is inside this sequence.
      Parameters:
      obj - - Object to check
      Returns:
      True, if this sequence contains the specified Object
    • get

      VideoImage get(int arg0)
      Get the VideoImage at a given position.
      Parameters:
      index - - Index to get the image from
      Returns:
      The VideoImage at the given position
    • getList

      List<VideoImage> getList()
      Get the whole sequence of VideoImages as a List.
      Returns:
      All VideoImages in a List
    • isEmpty

      boolean isEmpty()
      Check, if the sequence is empty.
      Returns:
      True, if the sequence is empty
    • size

      int size()
      Return the size of the sequence (the number of VideoImages saved in the sequence).
      Returns:
      The size of the sequence
    • getDimension

      Dimension getDimension()
      Return the Dimension of the images in this sequence. This dimension is unique, because the sequence doesn't allow to add images with mismatching dimensions.
      Returns:
      VideoImage dimension of this sequence
    • reorder

      void reorder()
      Renames all files and create a regular expression for all files.
    • getRegex

      String getRegex()
      Get the regular expression describing all image files.
      Returns:
      Regular expression