org.sejda.impl.pdfbox
Class RotateTask

java.lang.Object
  extended by org.sejda.model.task.BaseTask<RotateParameters>
      extended by org.sejda.impl.pdfbox.RotateTask
All Implemented Interfaces:
Task<RotateParameters>

public class RotateTask
extends BaseTask<RotateParameters>

PDFBox implementation of a task performing pages rotation on a list of PdfSource.

Author:
Nero Couvalli

Constructor Summary
RotateTask()
           
 
Method Summary
 void after()
           
 void before(RotateParameters parameters)
           
 void execute(RotateParameters parameters)
           
 
Methods inherited from class org.sejda.model.task.BaseTask
getNotifiableTaskMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotateTask

public RotateTask()
Method Detail

before

public void before(RotateParameters parameters)

execute

public void execute(RotateParameters parameters)
             throws TaskException
Throws:
TaskException

after

public void after()


Copyright © 2012. All Rights Reserved.