KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > print > Book

java.awt.print
Class Book

java.lang.Object
  extended by java.awt.print.Book
All Implemented Interfaces:
Pageable
See Also:
Top Examples, Source Code, PrinterJob

public void append(Printable painter,
                   PageFormat page)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void append(Printable painter,
                   PageFormat page,
                   int numPages)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Book()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNumberOfPages()
See Also:
Pageable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PageFormat getPageFormat(int pageIndex)
                         throws IndexOutOfBoundsException
See Also:
Pageable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Printable getPrintable(int pageIndex)
                       throws IndexOutOfBoundsException
See Also:
Pageable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPage(int pageIndex,
                    Printable painter,
                    PageFormat page)
             throws IndexOutOfBoundsException
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags