org.sejda.model.parameter
Class RotateParameters

java.lang.Object
  extended by org.sejda.model.parameter.base.AbstractParameters
      extended by org.sejda.model.parameter.base.AbstractPdfOutputParameters
          extended by org.sejda.model.parameter.base.MultiplePdfSourceMultipleOutputParameters
              extended by org.sejda.model.parameter.RotateParameters
All Implemented Interfaces:
MultipleOutputTaskParameters, MultiplePdfSourceTaskParameters, TaskParameters

public class RotateParameters
extends MultiplePdfSourceMultipleOutputParameters

Parameter class for the rotation manipulation. Accepts a list of PdfSource where the PageRotation will be applied.

Author:
Andrea Vacondio

Constructor Summary
RotateParameters(PageRotation rotation)
           
 
Method Summary
 void addSource(PdfSource<?> input)
          adds the input source to the source list.
 boolean equals(Object other)
           
 PageRotation getRotation()
           
 List<PdfSource<?>> getSourceList()
           
 int hashCode()
           
 
Methods inherited from class org.sejda.model.parameter.base.MultiplePdfSourceMultipleOutputParameters
getOutput, getOutputPrefix, setOutput, setOutputPrefix
 
Methods inherited from class org.sejda.model.parameter.base.AbstractPdfOutputParameters
getMinRequiredPdfVersion, getVersion, isCompressXref, setCompress, setVersion
 
Methods inherited from class org.sejda.model.parameter.base.AbstractParameters
isOverwrite, setOverwrite
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sejda.model.parameter.base.TaskParameters
isOverwrite
 

Constructor Detail

RotateParameters

public RotateParameters(PageRotation rotation)
Method Detail

getRotation

public PageRotation getRotation()

hashCode

public int hashCode()
Overrides:
hashCode in class MultiplePdfSourceMultipleOutputParameters

equals

public boolean equals(Object other)
Overrides:
equals in class MultiplePdfSourceMultipleOutputParameters

addSource

public void addSource(PdfSource<?> input)
adds the input source to the source list.

Specified by:
addSource in interface MultiplePdfSourceTaskParameters
Parameters:
input -

getSourceList

public List<PdfSource<?>> getSourceList()
Specified by:
getSourceList in interface MultiplePdfSourceTaskParameters
Returns:
an unmodifiable view of the source list


Copyright © 2013 sejda. All Rights Reserved.