java.lang.Object
imagingbook.pdf.PdfExporter.Parameters
- All Implemented Interfaces:
ParameterBundle<PdfExporter>
- Enclosing class:
- PdfExporter
Parameter bundle for class
PdfExporter
. Annotations are used for inserting the complete parameter bundle
in ImageJ's GenericDialog
.-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
boolean
double
int
boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
validate()
Validates the correctness and compatibility of the parameters in this bundle.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString
-
Field Details
-
author
-
title
-
subject
-
keywords
-
includeImage
-
upscaleImage
-
upscaleFactor
-
addIccProfile
-
includeOverlay
-
minStrokeWidth
-
embedCoreFonts
-
includeImageProps
-
debug
-
-
Constructor Details
-
Parameters
public Parameters()
-
-
Method Details
-
validate
Description copied from interface:ParameterBundle
Validates the correctness and compatibility of the parameters in this bundle. Does nothing by default, implementing classes should override this method.- Specified by:
validate
in interfaceParameterBundle<PdfExporter>
- Returns:
- true if all parameters are OK, false otherwise
-