Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.awt.print.Printable

Uses of Printable in java.awt.print
 

Methods in java.awt.print that return Printable
 Printable Pageable.getPrintable(int pageIndex)
          This method returns the Printable instance for the specified page.
 Printable Book.getPrintable(int page_number)
          This method returns the Printable object for the specified page.
 

Methods in java.awt.print with parameters of type Printable
 void NoPrinterJob.setPrintable(Printable printable)
           
 void NoPrinterJob.setPrintable(Printable printable, PageFormat page_format)
           
abstract  void PrinterJob.setPrintable(Printable printable)
          Sets this specified Printable as the one to use for rendering the pages on the print device.
abstract  void PrinterJob.setPrintable(Printable printable, PageFormat page_format)
          Sets the Printable and the page format for the pages to be printed.
 void Book.append(Printable printable, PageFormat page_format)
          This method appends a page to the end of the book.
 void Book.append(Printable printable, PageFormat page_format, int num_pages)
          This method appends the specified number of pages to the end of the book.
 void Book.setPage(int page_num, Printable printable, PageFormat page_format)
          This method changes the Printable and PageFormat for the specified page.