| java.lang.Object org.acm.seguin.print.PagePrinter
All known Subclasses: net.sourceforge.jrefactory.uml.print.UMLPagePrinter, org.acm.seguin.uml.print.UMLPagePrinter, org.acm.seguin.print.text.TextPagePrinter,
PagePrinter | abstract public class PagePrinter implements Printable(Code) | | Handles printing the page
author: Chris Seguin |
headerHeight | protected static int headerHeight(Code) | | Description of the Field
|
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 |
getPageWidth | public static int getPageWidth()(Code) | | Return the width of the page
Description of the Returned Value |
getScale | protected static double getScale()(Code) | | Returns the scaling
The scale size |
printHeader | protected void printHeader(Graphics g, String title, String pageNumber, String pageCount)(Code) | | Prints the header at the top of the page
Parameters: g - The graphics object Parameters: title - the title Parameters: pageNumber - the number of pages Parameters: pageCount - the page count |
setDatePageCountFontSize | public void setDatePageCountFontSize(int value)(Code) | | Description of the Method
Parameters: value - Description of Parameter |
setFilenameFontSize | public void setFilenameFontSize(int value)(Code) | | Description of the Method
Parameters: value - Description of Parameter |
setHeaderHeight | public static void setHeaderHeight(int value)(Code) | | Sets the size of the header box
Parameters: value - The size of the header box |
setScale | protected static void setScale(double value)(Code) | | Sets the scaling
Parameters: value - the scaled value |
|
|