|
Class Summary |
| ComponentPrint |
Print any Gui item that is a descendant of Component.
I haven't needed this yet,
so haven't finished the code in PrintPreview to make it work. |
| FormattedPrint |
Build a formatted document and print it. |
| GDSPrinting |
The parent of all classes used for printing. |
| HelloPrint |
HelloPrint is a very basic "Hello World" for printing in Java. |
| HtmlPrint |
Pass an html document in as a string, and print the
results.
This class is finished, but will not have enlarging
and reducing capabilities in the preview, because there are
a couple of fixes needed in the PrintPreview class that need
to be done.
My suggestion is to deactivate or remove the "smaller" and "bigger"
buttons when using this to print, until the PrintPreview is finished.
|
| PlainPrint |
Prints the given string with no formatting except line
breaks. |