eu.livotov.tpt.gui.vdv.api
Class PageRotation

java.lang.Object
  extended by eu.livotov.tpt.gui.vdv.api.PageRotation

public class PageRotation
extends java.lang.Object

Author:
dlivotov

Field Summary
static int CCW_180
           
static int CCW_90
           
static int CW_180
           
static int CW_90
           
static int NO_ROTATION
           
 
Constructor Summary
PageRotation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ROTATION

public static final int NO_ROTATION
See Also:
Constant Field Values

CW_90

public static final int CW_90
See Also:
Constant Field Values

CW_180

public static final int CW_180
See Also:
Constant Field Values

CCW_90

public static final int CCW_90
See Also:
Constant Field Values

CCW_180

public static final int CCW_180
See Also:
Constant Field Values
Constructor Detail

PageRotation

public PageRotation()