Searched refs:OpenBook (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DOpenBook.java38 class OpenBook implements Pageable { class in inherits:Pageable
63 OpenBook(PageFormat format, Printable painter) { method in class:OpenBook
H A DRasterPrinterJob.java980 setPageable(new OpenBook(defaultPage(new PageFormat()), painter));
992 setPageable(new OpenBook(format, painter));
1153 /* OpenBook is used internally only when app uses Printable.
1163 getPageable() instanceof OpenBook) {
1166 * here we need to start with the PageFormat from the OpenBook :
1234 // for AWT where pageable is not an instance of OpenBook,

Completed in 34 milliseconds