ice.ri.common.print.jdk11
Class PrintHelper11
java.lang.Object
ice.ri.common.print.jdk11.PrintHelper11
- All Implemented Interfaces:
- PrintHelper
- public class PrintHelper11
- extends Object
- implements PrintHelper
This class is utility class for printing viewports under JDK 1.1.8.
|
Method Summary |
void |
print(Frame parent)
Prints the viewport content using the properties specified in
StormPageFormat. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintHelper11
public PrintHelper11(Viewport viewport,
StormPageFormat stormpageformat)
- Default PrintHelper11 constructor.
- Parameters:
viewport - viewport that will be printed.stormpageformat - page format which will be applied to print job.
print
public void print(Frame parent)
- Prints the viewport content using the properties specified in
StormPageFormat.
- Specified by:
print in interface PrintHelper
- Parameters:
parent - parent frame on which print dialog displays