Uses of Class
org.pdfsam.guiclient.dto.Rotation

Packages that use Rotation
org.pdfsam.guiclient.dto   
 

Uses of Rotation in org.pdfsam.guiclient.dto
 

Methods in org.pdfsam.guiclient.dto that return Rotation
 Rotation VisualPageListItem.getOriginalRotation()
           
 Rotation VisualPageListItem.getRotation()
           
 Rotation DocumentPage.getRotation()
           
static Rotation Rotation.getRotation(int degrees)
           
 Rotation Rotation.rotateAnticlockwise()
           
 Rotation Rotation.rotateClockwise()
           
static Rotation Rotation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Rotation[] Rotation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfsam.guiclient.dto with parameters of type Rotation
 void VisualPageListItem.setOriginalRotation(Rotation originalRotation)
           
 void VisualPageListItem.setRotation(Rotation rotation)
           
 void DocumentPage.setRotation(Rotation rotation)
           
 

Constructors in org.pdfsam.guiclient.dto with parameters of type Rotation
DocumentPage(int pageNumber, boolean deleted, Rotation rotation)
           
VisualPageListItem(java.awt.image.BufferedImage thumbnail, int pageNumber, boolean deleted, java.lang.String parentFileCanonicalPath, java.lang.String documentPassword, Rotation rotation)