|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tentackle.print.FormTablePrintable
public class FormTablePrintable
Creates a Printable out of a FormTable.
| Field Summary |
|---|
| Fields inherited from interface java.awt.print.Printable |
|---|
NO_SUCH_PAGE, PAGE_EXISTS |
| Constructor Summary | |
|---|---|
FormTablePrintable(FormTable table)
Creates a FormTablePrintable without title and intro. |
|
FormTablePrintable(FormTable table,
String title,
String intro)
Creates a FormTablePrintable. |
|
| Method Summary | |
|---|---|
void |
doPrint()
Prints the table. Asks the user for the printing dialog and prints the table. |
int |
print(Graphics g,
PageFormat pageFormat,
int pageIndex)
Prints the page at the specified index into the specified Graphics context in the specified
format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormTablePrintable(FormTable table,
String title,
String intro)
table - the form tabletitle - the title to be printed on each pageintro - the intro to be printed on the first pagepublic FormTablePrintable(FormTable table)
table - the form table| Method Detail |
|---|
public void doPrint()
public int print(Graphics g,
PageFormat pageFormat,
int pageIndex)
throws PrinterException
java.awt.print.PrintableGraphics context in the specified
format. A PrinterJob calls the
Printable interface to request that a page be
rendered into the context specified by
graphics. The format of the page to be drawn is
specified by pageFormat. The zero based index
of the requested page is specified by pageIndex.
If the requested page does not exist then this method returns
NO_SUCH_PAGE; otherwise PAGE_EXISTS is returned.
The Graphics class or subclass implements the
PrinterGraphics interface to provide additional
information. If the Printable object
aborts the print job then it throws a PrinterException.
print in interface Printableg - the context into which the page is drawnpageFormat - the size and orientation of the page being drawnpageIndex - the zero based index of the page to be drawn
pageIndex specifies a
non-existent page.
PrinterException - thrown when the print job is terminated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||