Home » openjdk-7 » java » awt » print » [javadoc | source]
java.awt.print
static class: PrinterJobImpl.PrintableWrapper [javadoc | source]
java.lang.Object
   java.awt.print.PrinterJobImpl$PrintableWrapper

All Implemented Interfaces:
    Pageable

Constructor:
 PrintableWrapper(Printable p,
    PageFormat format) 
Method from java.awt.print.PrinterJobImpl$PrintableWrapper Summary:
getNumberOfPages,   getPageFormat,   getPrintable
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.awt.print.PrinterJobImpl$PrintableWrapper Detail:
 public int getNumberOfPages() 
 public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException 
 public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException