src/share/classes/java/awt/print/Printable.java

Print this page

        

*** 92,102 **** * * <li>When the <code>Printable</code> is obtained from a client-supplied * <code>Pageable</code> then the client may provide different PageFormats * for each page index. Calculations of page breaks must account for this. * </ul> - * <p> * @see java.awt.print.Pageable * @see java.awt.print.PageFormat * @see java.awt.print.PrinterJob */ public interface Printable { --- 92,101 ----