|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.apl2.Apl2print
Java object class used to print from APL2
Field Summary |
---|
Fields inherited from interface java.awt.print.Printable |
---|
NO_SUCH_PAGE, PAGE_EXISTS |
Constructor Summary | |
---|---|
Apl2print(Apl2interp Master,
java.lang.String Function)
Construct an object whose print method calls APL2. |
Method Summary | |
---|---|
int |
print(java.awt.Graphics graphics,
java.awt.print.PageFormat pageformat,
int page)
Implementation of Printable interface's print method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Apl2print(Apl2interp Master, java.lang.String Function)
Master
- APL2 interpreter print method should callFunction
- Name of APL2 function that print method should callMethod Detail |
public int print(java.awt.Graphics graphics, java.awt.print.PageFormat pageformat, int page) throws java.awt.print.PrinterException
print
in interface java.awt.print.Printable
graphics
- the 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
java.awt.print.PrinterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |