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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsConfig.java43 int pageWidth, pageHeight; field in class:PrinterGraphicsConfig
49 this.pageHeight = pageHgt;
128 return new Rectangle(0, 0, pageWidth, pageHeight);
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java708 * @param pageHeight the page height
710 private void updatePagesMetrics(final int pageIndex, final int pageHeight) { argument
721 <= pageHeight;
728 new IntegerSegment(pageStart, pageStart + pageHeight - 1));

Completed in 179 milliseconds