Package printscreen
Class PrintScreenParameters
java.lang.Object
printscreen.PrintScreenParameters
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnnotationChoices
(AnnotationChoices annotationChoices) void
setDestFolder
(String destFolder)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
datedSubFolders
public boolean datedSubFolders -
imageType
-
-
Constructor Details
-
PrintScreenParameters
public PrintScreenParameters()
-
-
Method Details
-
getAnnotationChoices
- Returns:
- the annotationChoices
-
setAnnotationChoices
- Parameters:
annotationChoices
- the annotationChoices to set
-
getDestFolder
- Returns:
- the destFolder
-
setDestFolder
- Parameters:
destFolder
- the destFolder to set
-