public class PageRotation
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
PageRotation.RotationAngleEnum |
Rotation angle
|
Constructor | Description |
---|---|
PageRotation() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.lang.Integer |
getPageNumber() |
Page number to rotate
|
PageRotation.RotationAngleEnum |
getRotationAngle() |
Rotation angle
|
int |
hashCode() |
|
PageRotation |
pageNumber(java.lang.Integer pageNumber) |
|
PageRotation |
rotationAngle(PageRotation.RotationAngleEnum rotationAngle) |
|
void |
setPageNumber(java.lang.Integer pageNumber) |
|
void |
setRotationAngle(PageRotation.RotationAngleEnum rotationAngle) |
|
java.lang.String |
toString() |
public PageRotation pageNumber(java.lang.Integer pageNumber)
public java.lang.Integer getPageNumber()
public void setPageNumber(java.lang.Integer pageNumber)
public PageRotation rotationAngle(PageRotation.RotationAngleEnum rotationAngle)
public PageRotation.RotationAngleEnum getRotationAngle()
public void setRotationAngle(PageRotation.RotationAngleEnum rotationAngle)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2020. All rights reserved.