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 Link icon

    • exportChoice Link icon

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

      public String folder
      The folder to save to.
    • maximumFileSize Link icon

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

    • ExportParams Link icon

      public ExportParams()
  • Method Details Link icon