Searched refs:pageHeight (Results 1 - 3 of 3) 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));
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java1033 int pageHeight = (int) pf.getImageableHeight();
1046 drawText( g, pageWidth, pageHeight - 60 );

Completed in 36 milliseconds