Module java.desktop

Class Book

java.lang.Object
java.awt.print.Book
All Implemented Interfaces:
Pageable

public class Book extends Object implements Pageable
The Book class provides a representation of a document in which pages may have different page formats and page painters. This class uses the Pageable interface to interact with a PrinterJob.
See Also: