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

Quick Search    Search Deep

Uses of Interface
java.awt.print.Pageable

Uses of Pageable in java.awt.print
 

Classes in java.awt.print that implement Pageable
 class Book
          This class allows documents to be created with different paper types, page formatters, and painters.
 

Methods in java.awt.print with parameters of type Pageable
 void NoPrinterJob.setPageable(Pageable pageable)
           
abstract  void PrinterJob.setPageable(Pageable pageable)
          This sets the pages that are to be printed.