Method Summary |
|
protected void | doEnd() Outputs the end of the document. |
protected void | doEndPage() End a page. |
protected void | doOutputField(Field field) Outputs a field. |
protected void | doOutputImage(ImageField field) |
protected void | doOutputLine(Line line) Outputs a line. |
protected void | doStart() Outputs the beginning of the document. |
protected void | doStartPage() Start a new page. |
public void | drawLine(Line line, Object arg) Draw a single line. |
protected void | makeBorders(Field field) Outputs borders. |
protected String | makeSafe(String str) Returns a new string with all LaTeX2e special characters replaced
by their printable equivalents. |
protected double[] | pickNearestSlope(double slope) Returns an array containing two doubleing-point values representing
the x and y values needed for a LaTeX2e line. |
protected void | putField(Field field) Outputs the LaTeX2e code that places the field on the page. |
protected void | putLine(Line line, double xslope, double yslope) Outputs the LaTeX2e code that places the line on the page. |
protected String[] | selectFontSize(Format format) Returns array of two strings that set/reset font size. |
protected void | setLineThickness(double t) Sets the line thickness for drawing. |