Package com.levigo.jadice.server.pdf
Class PDFRotationNode
- java.lang.Object
-
- com.levigo.jadice.server.internal.NodeInternal
-
- com.levigo.jadice.server.Node
-
- com.levigo.jadice.server.pdf.PDFRotationNode
-
public class PDFRotationNode extends Node
Rotates the pages of a given PDF document. The corresponding worker will set therotatevalue in the dictionary of the page objects.Its worker respects
PageCountLimits.- Since:
- jadice server 5.5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPDFRotationNode.RotationThe rotation the resulting PDF pages shall have-
Nested classes/interfaces inherited from class com.levigo.jadice.server.Node
Node.Cardinality
-
-
Constructor Summary
Constructors Constructor Description PDFRotationNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFRotationNode.RotationgetRotation()voidsetRotation(PDFRotationNode.Rotation rotation)protected voidvalidateConfiguration()-
Methods inherited from class com.levigo.jadice.server.Node
addTransportReceiver, appendSuccessor, apply, equals, getInputCardinality, getJob, getOutputCardinality, getPredecessors, getSubsidiaryNodes, getSuccessors, getTransportSender, getUUID, getWorkerClassName, hashCode, initialize, prependPredecessor, remove
-
-
-
-
Method Detail
-
getRotation
public PDFRotationNode.Rotation getRotation()
- Returns:
- The
PDFRotationNode.Rotationto apply
-
setRotation
public void setRotation(PDFRotationNode.Rotation rotation)
- Parameters:
rotation- ThePDFRotationNode.Rotationto apply. Must not benull.
-
validateConfiguration
protected void validateConfiguration() throws ConfigurationException- Overrides:
validateConfigurationin classNode- Throws:
ConfigurationException
-
-