Uses of Interface
java.awt.print.Pageable
Packages that use Pageable
-
Uses of Pageable in java.awt.print
Classes in java.awt.print that implement PageableModifier and TypeClassDescriptionclass
TheBook
class provides a representation of a document in which pages may have different page formats and page painters.Methods in java.awt.print with parameters of type PageableModifier and TypeMethodDescriptionabstract void
PrinterJob.setPageable
(Pageable document) Queriesdocument
for the number of pages and thePageFormat
andPrintable
for each page held in thePageable
instance,document
.