@SingleOutputAllowedExtensions public class AlternateMixParameters extends AbstractPdfOutputParameters implements SingleOutputTaskParameters
PdfMixInput that will be mixed.| Constructor and Description |
|---|
AlternateMixParameters(PdfMixInput firstInput,
PdfMixInput secondInput)
Constructor for an alternate mix parameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
PdfMixInput |
getFirstInput() |
SingleTaskOutput<?> |
getOutput() |
String |
getOutputName() |
PdfMixInput |
getSecondInput() |
int |
hashCode() |
void |
setOutput(SingleTaskOutput<?> output)
Sets the output destination
|
void |
setOutputName(String outputName) |
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic AlternateMixParameters(PdfMixInput firstInput, PdfMixInput secondInput)
firstInput - secondInput - public SingleTaskOutput<?> getOutput()
getOutput in interface TaskParameterspublic void setOutput(SingleTaskOutput<?> output)
SingleOutputTaskParameterssetOutput in interface SingleOutputTaskParameterspublic PdfMixInput getFirstInput()
public PdfMixInput getSecondInput()
public void setOutputName(String outputName)
outputName - the outputName to be used when the output is not a file destinationpublic String getOutputName()
getOutputName in interface SingleOutputTaskParameterspublic int hashCode()
hashCode in class AbstractPdfOutputParameterspublic boolean equals(Object other)
equals in class AbstractPdfOutputParametersCopyright © 2015. All Rights Reserved.