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 TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleandoubleintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate()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, waitMethods 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:ParameterBundleValidates the correctness and compatibility of the parameters in this bundle. Does nothing by default, implementing classes should override this method.- Specified by:
validatein interfaceParameterBundle<PdfExporter>- Returns:
- true if all parameters are OK, false otherwise
-