| java.lang.Object org.acm.seguin.print.text.LinePrinter org.acm.seguin.print.text.PropertyLinePrinter
PropertyLinePrinter | public class PropertyLinePrinter extends LinePrinter (Code) | | Prints a single line
author: Chris Seguin |
PropertyLinePrinter | public PropertyLinePrinter()(Code) | | Constructor for the PropertyLinePrinter object
|
init | public void init(Graphics g)(Code) | | Initializes the graphics object to begin printing
Parameters: g - the graphics object |
print | public void print(Graphics g, String line, int x, int y, LineSet set, int index)(Code) | | Prints the line
Parameters: g - The graphics device Parameters: line - The string to print Parameters: x - The x location on the graphics device Parameters: y - The y location on the graphics device Parameters: set - The set of lines Parameters: index - The line we are printing |
setFontSize | public void setFontSize(int value)(Code) | | Sets the FontSize attribute of the LinePrinter object
Parameters: value - The new FontSize value |
Fields inherited from org.acm.seguin.print.text.LinePrinter | protected int fontSize(Code)(Java Doc)
|
|
|