com.groupdocs.viewer.domain.request
Class RotatePageRequest

java.lang.Object
  extended by com.groupdocs.viewer.domain.request.RotatePageRequest

public class RotatePageRequest
extends Object

Author:
Alex Bobkov

Constructor Summary
RotatePageRequest()
           
 
Method Summary
 int getPageNumber()
           
 String getPath()
           
 int getRotationAmount()
           
 void setPageNumber(int pageNumber)
           
 void setPath(String path)
           
 void setRotationAmount(int rotationAmount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotatePageRequest

public RotatePageRequest()
Method Detail

getPageNumber

public int getPageNumber()

setPageNumber

public void setPageNumber(int pageNumber)

getPath

public String getPath()

setPath

public void setPath(String path)

getRotationAmount

public int getRotationAmount()

setRotationAmount

public void setRotationAmount(int rotationAmount)


Copyright © 2015. All rights reserved.