-
Classes Class 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 CreatePrintJob
instances, and print them with thePaperClips.print(PrintJob, PrinterData)
method.
-
Fields Field Description net.sf.paperclips.AbstractPiece.gc use the local GC in thePrintPiece.paint(GC, int, int)
method instead.
-
Methods Method Description net.sf.paperclips.GridPrint.add(Print, int, int) UseGridPrint.add(int, Print, int)
instead. GridPrint's add method signatures have been rearranged to coincide with the GridColumn column spec format: [alignment]:content:[colspan]net.sf.paperclips.GridPrint.addFooter(Print, int, int) UseGridPrint.addFooter(int, Print, int)
instead. GridPrint's addFooter method signatures have been rearranged to coincide with the GridColumn column spec format: [alignment]:content:[colspan]net.sf.paperclips.GridPrint.addHeader(Print, int, int) UseGridPrint.addHeader(int, Print, int)
instead. GridPrint's addHeader method signatures have been rearranged to coincide with the GridColumn column spec format: [alignment]:content:[colspan]net.sf.paperclips.GridPrint.getBodyBackground() this functionality has been moved to DefaultGridLook.net.sf.paperclips.GridPrint.getCellBorder() this functionality has been moved to DefaultGridLook.net.sf.paperclips.GridPrint.getFooterBackground() this functionality has been moved to DefualtGridLook.net.sf.paperclips.GridPrint.getHeaderBackground() this functionality has been moved to DefaultGridLook.net.sf.paperclips.GridPrint.getHorizontalSpacing() this functionality has been moved to DefaultGridLook.net.sf.paperclips.GridPrint.getVerticalSpacing() this functionality has been moved to DefaultGridLook.net.sf.paperclips.GridPrint.setBodyBackground(RGB) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setBodyBackground on the grid look.net.sf.paperclips.GridPrint.setCellBorder(Border) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellBorder on the grid look.net.sf.paperclips.GridPrint.setFooterBackground(RGB) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setFooterBackground on the grid look.net.sf.paperclips.GridPrint.setHeaderBackground(RGB) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setHeaderBackground on the grid look.net.sf.paperclips.GridPrint.setHorizontalSpacing(int) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellSpacing(Point) on the grid look.net.sf.paperclips.GridPrint.setVerticalSpacing(int) this functionality has been moved to DefaultGridLook. Set a DefaultGridLook on the grid, then call setCellSpacing(Point) on the grid look.net.sf.paperclips.PrintUtil.print(Print) usePaperClips.print(PrintJob, PrinterData)
instead.net.sf.paperclips.PrintUtil.printTo(Printer, Print) UsePaperClips.print(PrintJob, PrinterData)
instead.net.sf.paperclips.TextPrint.getAlign() UseTextPrint.getAlignment()
instead.net.sf.paperclips.TextPrint.getRGB() UseTextPrint.getForeground()
instead.net.sf.paperclips.TextPrint.setAlign(int) UseTextPrint.setAlignment(int)
instead.net.sf.paperclips.TextPrint.setRGB(RGB) UseTextPrint.setForeground(RGB)
instead.
-
Constructors Constructor Description 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.PagePrint(Print, PageDecoration, PageDecoration) PagePrint(PageDecoration, Print, PageDecoration) instead.