Package superwaba.ext.xplat.io.print

Generic classes the define the behaviour for the SuperWaba printer library.

See:
          Description

Class Summary
Font This class represents a printer font.
FontMetrics This class is used to get the text height and width for a given font.
Graphics This class is used to send graphic command to the printer.
PrintManager This class represents a print manager, which is extended by the drivers to provide a common way to handle the printer.
Settings This class is used to get and set various settings from the printer.
TypeWriter This class acts like a simple typewriter.
 

Exception Summary
NotSupportedException This exception is thrown when a not supported function is used.
PrinterException This exception is thrown when a printer error occurs.
 

Package superwaba.ext.xplat.io.print Description

Generic classes the define the behaviour for the SuperWaba printer library. These classes does nothing for their own, they all must be extended by a real printer driver.