Class ImageStackVideoOptions

java.lang.Object
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject

public class ImageStackVideoOptions
extends VideoOutputOptions
Options for a video stack output operation; i.e., vis ImageStackVideoWriter.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

    • images_per_second

      public int images_per_second
    • start_time

      public long start_time
    • stop_time

      public long stop_time
    • output_folder

      public java.io.File output_folder
    • wait

      public long wait
    • use_offscreen_buffer

      public boolean use_offscreen_buffer
    • resample

      public java.awt.Dimension resample
  • Constructor Details

    • ImageStackVideoOptions

      public ImageStackVideoOptions()
    • ImageStackVideoOptions

      public ImageStackVideoOptions​(int images_per_second, long start, long stop, long wait, java.io.File output_folder)
    • ImageStackVideoOptions

      public ImageStackVideoOptions​(int images_per_second, long start, long stop, long wait, java.io.File output_folder, java.awt.Dimension resample)
  • Method Details

    • getFileChooser

      public javax.swing.JFileChooser getFileChooser()
      Description copied from class: InterfaceIOOptions
      Returns a file chooser appropriate for this options instance
      Specified by:
      getFileChooser in class InterfaceIOOptions
      Returns:
    • setFiles

      public void setFiles​(java.io.File[] files)
      Description copied from class: InterfaceIOOptions
      Sets the list of files associated with this options instance
      Specified by:
      setFiles in class InterfaceIOOptions
    • getFiles

      public java.io.File[] getFiles()
      Description copied from class: InterfaceIOOptions
      Returns the list of files associated with this options instance
      Specified by:
      getFiles in class InterfaceIOOptions
      Returns:
    • getFileChooser

      public javax.swing.JFileChooser getFileChooser​(java.io.File f)
      Description copied from class: InterfaceIOOptions
      Returns a file chooser appropriate for this options instance
      Specified by:
      getFileChooser in class InterfaceIOOptions
      Returns: