Skip navigation links
com.essbase.eas.utils.print
Interface PageHeader
- All Known Implementing Classes:
- CPageHeader
-
public interface PageHeader
PageHeader interface
- Since:
- 6.5.1
- Version:
- 7.1.0
- Author:
- Sree Menon
Method Summary |
int |
getHeight()
|
int |
getHeight(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int pagenum)
|
int |
printHeader(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int pagenum)
page header interface. |
printHeader
int printHeader(java.awt.Graphics graphics,
java.awt.print.PageFormat pageFormat,
int pagenum)
- page header interface.
-
- Parameters:
graphics
- the graphics used to draw the header
pageFormat
- the current page format
pagenum
- the page number
- Returns:
- the y position of the last line
getHeight
int getHeight(java.awt.Graphics graphics,
java.awt.print.PageFormat pageFormat,
int pagenum)
getHeight
int getHeight()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.