|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.ri.common.print.jdk13.PrintHelper13
This class is utility class for printing viewports under JDK 1.3. The constructor can take a JobAttributes object which allows a user to set printer job attributes attributes such as if a dialog should be visible.
| Constructor Summary | |
PrintHelper13(Viewport viewport,
StormPageFormat stormPageFormat)
Default PrintHelper13 constructor. |
|
PrintHelper13(Viewport viewport,
StormPageFormat stormpageformat,
JobAttributes jobAttributes)
Default PrintHelper13 constructor. |
|
| Method Summary | |
void |
print(Frame parent)
Prints the viewport content using the properties specified by StormPageFormat. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PrintHelper13(Viewport viewport,
StormPageFormat stormpageformat,
JobAttributes jobAttributes)
viewport - viewport that will be printed.stormpageformat - page format which will be applied to print job.jobAttributes - job attributes which will be applied to print job.
public PrintHelper13(Viewport viewport,
StormPageFormat stormPageFormat)
viewport - viewport that will be printed.stormPageFormat - page format which will be applied to print job.| Method Detail |
public void print(Frame parent)
print in interface PrintHelperparent - - frame to center print dialog to if print dialog is
visible
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||