apollo.jnlp
Class JnlpPrintService

java.lang.Object
  |
  +--apollo.jnlp.JnlpPrintService
All Implemented Interfaces:
PrintService

public class JnlpPrintService
extends java.lang.Object
implements PrintService


Constructor Summary
JnlpPrintService(javax.jnlp.PrintService delegate)
           
 
Method Summary
 java.awt.print.PageFormat getDefaultPage()
           
 boolean print(java.awt.print.Pageable document)
           
 boolean print(java.awt.print.Printable painter)
           
 java.awt.print.PageFormat showPageFormatDialog(java.awt.print.PageFormat page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpPrintService

public JnlpPrintService(javax.jnlp.PrintService delegate)
Method Detail

getDefaultPage

public java.awt.print.PageFormat getDefaultPage()
Specified by:
getDefaultPage in interface PrintService

print

public boolean print(java.awt.print.Pageable document)
Specified by:
print in interface PrintService

print

public boolean print(java.awt.print.Printable painter)
Specified by:
print in interface PrintService

showPageFormatDialog

public java.awt.print.PageFormat showPageFormatDialog(java.awt.print.PageFormat page)
Specified by:
showPageFormatDialog in interface PrintService


Copyright © 2001, 2002, 2003 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo