Uses of Class
com.genedavissoftware.printing.GDSPrintException

Packages that use GDSPrintException
com.genedavissoftware.printing   
com.genedavissoftware.printing.backend   
 

Uses of GDSPrintException in com.genedavissoftware.printing
 

Methods in com.genedavissoftware.printing that throw GDSPrintException
 void PlainPrint.print(java.lang.String s)
          Print the string.
 void HtmlPrint.print(java.lang.String html)
          Pass an html document in as a string, and print the results.
 void FormattedPrint.print()
          Print the currently maintained internal document.
 void ComponentPrint.print(java.awt.Component c)
          Print any Gui item that is a descendant of Component.
 

Uses of GDSPrintException in com.genedavissoftware.printing.backend
 

Methods in com.genedavissoftware.printing.backend that throw GDSPrintException
static void PrintPreview.print(java.lang.String text)
          This is one of the print methods called by the classes that the programmer is using to interface with the PrintPreview.

static void PrintPreview.print(java.awt.Component comp)
          This is one of the print methods called by the classes that the programmer is using to interface with the PrintPreview.

Eventually this Component will need to implement some interface to allow for increasing and decreasing of text size in a manner the programmer intends.