Package export
Class ExportParams
java.lang.Object
export.ExportParams
- All Implemented Interfaces:
Serializable
,Cloneable
Parameter for the exporter.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
The index of the export choice.The folder to save to.The maximum file size in Megabytes -
Constructor Summary
-
Method Summary
-
Field Details
-
exportChoice
public int exportChoiceThe index of the export choice. -
folder
The folder to save to. -
maximumFileSize
The maximum file size in Megabytes
-
-
Constructor Details
-
ExportParams
public ExportParams()
-
-
Method Details
-
clone
-