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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrintable.java31 * The <code>Printable</code> interface is implemented
38 * instance implementing <code>Printable</code> is called to
41 * A <code>Printable(..)</code> may be set on a <code>PrinterJob</code>.
46 * It does this by calling <code>Printable.print(..)</code> until
48 * In using the <code>Printable</code> interface the printing
52 * The parameters to <code>Printable.print(..)</code> include a
64 * <li>The printing system will call <code>Printable.print(..)</code>
66 * the <code>Printable</code> should expect multiple calls for a page index
82 * <li>When called by the printing system the <code>Printable</code> must
92 * <li>When the <code>Printable</cod
101 public interface Printable { interface
[all...]

Completed in 38 milliseconds