|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.fopps.printing.PrintServices
PrintServices provides methods for printing.
| Constructor Summary | |
PrintServices()
Creates a new printer service and setup default printer. |
|
| Method Summary | |
static void |
disableDoubleBuffering(java.awt.Component c)
|
static void |
enableDoubleBuffering(java.awt.Component c)
|
void |
print(java.awt.print.Printable pDocument)
Prints a document |
boolean |
printerAvailable()
Returns true, if printing is possible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrintServices()
| Method Detail |
public boolean printerAvailable()
public void print(java.awt.print.Printable pDocument)
throws java.awt.print.PrinterException
pDocument - Document to print
java.awt.print.PrinterExceptionpublic static void disableDoubleBuffering(java.awt.Component c)
public static void enableDoubleBuffering(java.awt.Component c)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||