| java.lang.Object org.acm.seguin.print.PagePrinter org.acm.seguin.uml.print.UMLPagePrinter
UMLPagePrinter | public class UMLPagePrinter extends PagePrinter (Code) | | Handles printing the page
author: Chris Seguin |
UMLPagePrinter | public UMLPagePrinter(UMLPackage panel)(Code) | | Constructor for the UMLPagePrinter object
Parameters: panel - the current package |
calculatePageCount | public int calculatePageCount(PageFormat pf)(Code) | | Guess the number of pages
Parameters: pf - Description of Parameter Description of the Returned Value |
getPageFormat | public static PageFormat getPageFormat(boolean dialog)(Code) | | Returns the page
Parameters: dialog - present a dialog screen if none the current page format |
getPageHeight | public static int getPageHeight()(Code) | | Return the width of the page
Description of the Returned Value |
print | public int print(Graphics g, PageFormat pf, int pageNumber)(Code) | | Print the page
Parameters: g - the graphics object Parameters: pf - the page format Parameters: pageNumber - the page number Description of the Returned Value |
|
|