Package org.jpedal.manipulator
Class RotatePage
java.lang.Object
org.jpedal.manipulator.RotatePage
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Rotates pages by the specified angle (current page rotation + supplied angle)
To set a page's rotation, see SetRotation
-
Constructor Summary
ConstructorsConstructorDescriptionRotatePage
(PageRanges pages, int angle) Rotates pages by the specified angle. -
Method Summary
-
Constructor Details
-
RotatePage
Rotates pages by the specified angle.- Parameters:
pages
- the pages to rotateangle
- the number of degrees by which the page shall be rotated clockwise. Must be a multiple of 90
-