Module java.desktop

Interface Pageable

All Known Implementing Classes:
Book

public interface Pageable
The Pageable implementation represents a set of pages to be printed. The Pageable object returns the total number of pages in the set as well as the PageFormat and Printable for a specified page.
See Also: