java.lang.Object java.awt.print.Book
PrinterJob
public void append(Printable painter, PageFormat page)
public void append(Printable painter, PageFormat page, int numPages)
public Book()
public int getNumberOfPages()
public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException
public Printable getPrintable(int pageIndex) throws IndexOutOfBoundsException
public void setPage(int pageIndex, Printable painter, PageFormat page) throws IndexOutOfBoundsException