|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.utils.swing.printing.PrinterSettings
public class PrinterSettings
Printer Settings.
Provides default PageFormat and PrinterJob objects for use by other classes in this print package.
Field Summary | |
---|---|
static java.awt.print.PageFormat |
pageFormat
The global printer page format. |
static java.awt.print.PrinterJob |
printerJob
The global printer job. |
Constructor Summary | |
---|---|
protected |
PrinterSettings()
Can't instantiate but can override. |
Method Summary | |
---|---|
static void |
doPageSetup()
Run printer page setup dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.print.PrinterJob printerJob
public static java.awt.print.PageFormat pageFormat
Constructor Detail |
---|
protected PrinterSettings()
Method Detail |
---|
public static void doPageSetup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |