| java.lang.Object org.acm.seguin.print.text.LinePrinter org.acm.seguin.print.xml.XMLLinePrinter
XMLLinePrinter | public class XMLLinePrinter extends LinePrinter (Code) | | Prints a single line
author: Chris Seguin |
XMLLinePrinter | public XMLLinePrinter()(Code) | | Constructor for the JavaLinePrinter object
|
getLineHeight | public int getLineHeight(Graphics g)(Code) | | Gets the LineHeight attribute of the LinePrinter object
Parameters: g - Description of Parameter The LineHeight value |
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)
|
|
|