Example usage for Java java.awt.print Book fields, constructors, methods, implement or subclass
The text is from its open source code.
Book() Creates a new, empty Book . |
void | append(Printable painter, PageFormat page) Appends a single page to the end of this Book . |
void | append(Printable painter, PageFormat page, int numPages) Appends numPages pages to the end of this Book . |