| java.lang.Object bluej.editor.moe.MoePrinter
MoePrinter | public class MoePrinter (Code) | | Class to handle printing for the MoeEditor.
This borrows ideas and some source code from Andrew Weiland's Print example
at http://www.wam.umd.edu/~aweiland/Print.java. Which no longer exists..
author: Bruce Quig version: $ Id: $ |
Inner Class :class MoePage implements Printable | |
MoePrinter | public MoePrinter()(Code) | | Default constructor
|
printDocument | public boolean printDocument(PrinterJob printJob, PlainDocument document, String className, Font font, PageFormat format)(Code) | | Prints the document. This method produces a copy of the document
as a List of Strings and delegates the printing to a printText method.
|
|
|