Java Platform 1.2
Beta 4

Uses of Interface
java.awt.print.Printable

Packages that use Printable
java.awt.print Provides classes and interfaces for a general printing API. The API includes such features as: the ability to specify document types mechanisms for control of page setup and page formats the ability to manage job control dialogs
 

Uses of Printable in java.awt.print
 

Methods in java.awt.print that return Printable
 Printable Book.getPrintable(int pageIndex)
          Return the Printable instance responsible for rendering the page specified by 'pageIndex'.
 Printable Pageable.getPrintable(int pageIndex)
          Return the Printable instance responsible for rendering the page specified by 'pageIndex'.
 

Methods in java.awt.print with parameters of type Printable
 void Book.setPage(int pageIndex, Printable painter, PageFormat page)
          Set the page format and the painter for a given page number.
 void Book.append(Printable painter, PageFormat page)
          Append a single page to the end of this Book.
 void Book.append(Printable painter, PageFormat page, int numPages)
          Append 'numPages' pages to the end of this Book.
abstract  void PrinterJob.setPrintable(Printable painter)
          The pages in the document to be printed by this PrinterJob are drawn by the Printable object 'painter'.
abstract  void PrinterJob.setPrintable(Printable painter, PageFormat format)
          The pages in the document to be printed by this PrinterJob are drawn by the Printable object 'painter'.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.