org.kemet.lf.tools.print
Class PrintWork

java.lang.Object
  extended by org.kemet.lf.tools.print.PrintWork

public class PrintWork
extends java.lang.Object

Since:
0.5
Author:
fabricemaupin

PrintWork : manage print work.


Constructor Summary
PrintWork(java.awt.print.Printable document)
           initialize the print work.
 
Method Summary
static int getOrientation()
           return the orientation.
static void setOrientation(int orientation)
           fix the orientation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintWork

public PrintWork(java.awt.print.Printable document)
          throws ExceptionManager

initialize the print work.

Parameters:
document - content of print
Throws:
ExceptionManager
Since:
0.5
Method Detail

getOrientation

public static int getOrientation()

return the orientation.

Returns:
orientation
Since:
0.5

setOrientation

public static void setOrientation(int orientation)

fix the orientation.

Parameters:
orientation - the orientation to set
Since:
0.5


Copyright © 2008 F. MAUPIN. All Rights Reserved.