| java.lang.Object net.refractions.udig.printing.ui.internal.PrintingEngine
PrintingEngine | public class PrintingEngine implements Pageable,Printable(Code) | | The PrintingEngine takes a page and processes it, taking each Box and
realizing its contents and sending the result to the printer.
author: Richard Gould |
PrintingEngine | public PrintingEngine(Page diagram)(Code) | | Constructs a PrintingEngine using the given Page
Parameters: page - the Page to be printed |
getNumberOfPages | public int getNumberOfPages()(Code) | | |
setMonitor | public void setMonitor(IProgressMonitor monitor)(Code) | | Parameters: monitor - |
|
|