Searched defs:Book (Results 1 - 1 of 1) 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...]

Completed in 30 milliseconds