Class and Description |
---|
net.sf.paperclips.DebugPrint
Reminder to remove references to DebugPrint when you're done
debugging a print job.
|
net.sf.paperclips.FactoryPrint
This class will be removed in a future release.
|
net.sf.paperclips.PrintUtil
Create
PrintJob instances, and print them with the
PaperClips.print(PrintJob, PrinterData) method. |
Field and Description |
---|
net.sf.paperclips.AbstractPiece.gc
use the local GC in the
PrintPiece.paint(GC, int, int) method instead. |
Constructor and Description |
---|
net.sf.paperclips.GridPrint(GridColumn[], int)
use GridPrint(GridColumn[]) instead, then set a
DefaultGridLook on the grid with the desired cell spacing.
|
net.sf.paperclips.GridPrint(GridColumn[], int, int)
use GridPrint(GridColumn[]) instead, then set a
DefaultGridLook on the grid with the desired cell spacing.
|
net.sf.paperclips.GridPrint(String, int)
use GridPrint(String) instead, then set a DefaultGridLook on
the grid with the desired cell spacing.
|
net.sf.paperclips.GridPrint(String, int, int)
use GridPrint(String) instead, then set a DefaultGridLook on
the grid with the desired cell spacing.
|
net.sf.paperclips.PagePrint(Print, PageDecoration, PageDecoration)
PagePrint(PageDecoration, Print, PageDecoration) instead.
|