apollo
Interface PrintService

All Known Implementing Classes:
DevPrintService, JnlpPrintService

public interface PrintService


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)
           
 

Method Detail

getDefaultPage

public java.awt.print.PageFormat getDefaultPage()

showPageFormatDialog

public java.awt.print.PageFormat showPageFormatDialog(java.awt.print.PageFormat page)

print

public boolean print(java.awt.print.Pageable document)

print

public boolean print(java.awt.print.Printable painter)


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