org.sejda.model.parameter
Class RotateParameters
java.lang.Object
org.sejda.model.parameter.base.AbstractParameters
org.sejda.model.parameter.base.AbstractPdfOutputParameters
org.sejda.model.parameter.base.MultiplePdfSourceMultipleOutputParameters
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
RotateParameters
public RotateParameters(PageRotation rotation)
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.