Searched refs:Book (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DBook.java31 * The <code>Book</code> class provides a representation of a document in
39 public class Book implements Pageable { class in inherits:Pageable
48 * The set of pages that make up the Book.
55 * Creates a new, empty <code>Book</code>.
57 public Book() { method in class:Book
62 * Returns the number of pages in this <code>Book</code>.
63 * @return the number of pages this <code>Book</code> contains.
109 * page is not already in this <code>Book</code>
128 * Appends a single page to the end of this <code>Book</code>.
142 * <code>Book</cod
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java46 import java.awt.print.Book;
244 protected Pageable mDocument = new Book();
1272 * @see java.awt.print.Book
1676 * Set the range of pages from a Book to be printed.
1698 return mFirstPage == Book.UNKNOWN_NUMBER_OF_PAGES ? 0 : mFirstPage;

Completed in 41 milliseconds