Java java.awt.print Book fields, constructors, methods, implement or subclass

Example usage for Java java.awt.print Book fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.print Book.

The text is from its open source code.

Constructor

Book()
Creates a new, empty Book .

Method

voidappend(Printable painter, PageFormat page)
Appends a single page to the end of this Book .
voidappend(Printable painter, PageFormat page, int numPages)
Appends numPages pages to the end of this Book .