Package export

Class ExportParams

java.lang.Object
export.ExportParams
All Implemented Interfaces:
Serializable, Cloneable

public class ExportParams extends Object implements Serializable, Cloneable
Parameter for the exporter.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • exportChoice

      public int exportChoice
      The index of the export choice.
    • folder

      public String folder
      The folder to save to.
    • maximumFileSize

      public Double maximumFileSize
      The maximum file size in Megabytes
  • Constructor Details

    • ExportParams

      public ExportParams()
  • Method Details