Searched defs:Pageable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageable.java29 * The <code>Pageable</code> implementation represents a set of
30 * pages to be printed. The <code>Pageable</code> object returns
36 public interface Pageable { interface
41 * method if a <code>Pageable</code> implementation does not know
49 * it is recommended that <code>Pageable</code>
53 * @return the number of pages in this <code>Pageable</code>.
65 * the <code>Pageable</code> does not contain the requested
78 * the <code>Pageable</code> does not contain the requested

Completed in 28 milliseconds