|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.lf.tools.print.PrintHeader
public class PrintHeader
PrintHeader : print the cover page of the document.
Field Summary |
---|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Constructor Summary | |
---|---|
PrintHeader()
|
Method Summary | |
---|---|
int |
print(java.awt.Graphics g,
java.awt.print.PageFormat pageFormat,
int page)
Prints the page at the specified index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintHeader()
Method Detail |
---|
public int print(java.awt.Graphics g, java.awt.print.PageFormat pageFormat, int page)
Prints the page at the specified index.
print
in interface java.awt.print.Printable
g
- the graphic context into which the page is drawnpageFormat
- the size and orientation of the page being drawnpage
- the zero based index of the page to be drawn
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |