Uses of Interface
net.sf.paperclips.Print
-
Packages that use Print Package Description net.sf.paperclips Core classes for creating printable documents.net.sf.paperclips.decorator Decorators aid in applying styles uniformly across across documents. -
-
Uses of Print in net.sf.paperclips
Classes in net.sf.paperclips that implement Print Modifier and Type Class Description classAlignPrintA wrapper print that aligns its target vertically and/or horizontally.classBackgroundPrintA decorator that paints a background color behind it's target.classBigPrintA wrapper for prints whose minimum size is too large to fit on one page.classBorderPrintA decorator that draws a border around the target print.classBreakPrintA print which inserts a page break (or a column break, if inside a ColumnPrint).classColumnPrintA wrapper Print which splits its child print into multiple columns.classDebugPrintDeprecated.Reminder to remove references to DebugPrint when you're done debugging a print job.classEmptyPrintA Print which displays nothing but takes up space.classFactoryPrintDeprecated.This class will be removed in a future release.classGridPrintA Print which arranges child prints into a grid.classImagePrintA Print for displaying images.classLayerPrintA Print which displays its child Prints on top each other.classLineBreakPrintA class for adding line breaks corresponding to a particular font size.classLinePrintA Print for drawing horizontal and vertical lines.classNoBreakPrintA print wrapper which prevents its target from being broken into multiple pieces when printed.classPageNumberPrintDisplays the page number and page count within the context of aPagePrint.classPagePrintA decorator Print which displays page headers and footers around a document body, with page numbering capabilities.classRotatePrintA decorator print that rotates it's target by increments of 90 degrees.classScalePrintA decorator print that scales it's target larger or smaller.classSeriesPrintA Print which displays its child prints in series.classSidewaysPrintA decorator print that rotates it's target by increments of 90 degrees.classStyledTextPrintA class for printing styled text.classTextPrintA Print for displaying text.Methods in net.sf.paperclips that return Print Modifier and Type Method Description protected abstract PrintFactoryPrint. createPrint()Deprecated.Compose and return a Print appropriate for the concrete class.PrintPageDecoration. createPrint(PageNumber pageNumber)Returns a decorator Print for the page with the given page number, or null if no decoration is provided for the given page.PrintPageNumberPageDecoration. createPrint(PageNumber pageNumber)PrintSimplePageDecoration. createPrint(PageNumber pageNumber)PrintPagePrint. getBody()Returns the page body.PrintGridCell. getContent()Returns the content print of the cell.PrintPrintJob. getDocument()Returns the document to be printed.Print[]SeriesPrint. getItems()Returns an array of items in the series.PrintFactoryPrint. getPrint()Deprecated.Returns the Print created by this factory.PrintAlignPrint. getTarget()Returns the wrapped print being alignedPrintBackgroundPrint. getTarget()Returns the wrapped print to which the background color is being applied.PrintBigPrint. getTarget()Returns the wrapped print which is being split across pages.PrintBorderPrint. getTarget()Returns the wrapped print to which the border is being applied.PrintColumnPrint. getTarget()Returns the target print being split into columns.PrintLayerEntry. getTarget()Returns the target print of this entry.PrintNoBreakPrint. getTarget()Returns the print which will not be broken across pages.PrintRotatePrint. getTarget()Returns the print to be rotated.PrintScalePrint. getTarget()Returns the print being scaled.PrintSidewaysPrint. getTarget()Returns the print to be rotated.Methods in net.sf.paperclips with parameters of type Print Modifier and Type Method Description voidGridPrint. add(int hAlignment, int vAlignment, Print cell)Adds the Print to the grid body, using the given colspan and alignment.voidGridPrint. add(int hAlignment, int vAlignment, Print cell, int colspan)Adds the Print to the grid body, using the given colspan and alignment.voidGridPrint. add(int hAlignment, Print cell)Adds the Print to the grid body, using the given colspan and alignment.voidGridPrint. add(int hAlignment, Print cell, int colspan)Adds the Print to the grid body, using the given colspan and alignment.voidGridPrint. add(Print cell)Adds the Print to the grid body, with the default alignment and a colspan of 1.voidGridPrint. add(Print cell, int colspan)Adds the Print to the grid body, with the given colspan and the default alignment.voidGridPrint. add(Print cell, int colspan, int hAlignment)Deprecated.UseGridPrint.add(int, Print, int)instead.voidLayerPrint. add(Print print)Adds the given Print to this LayerPrint using the default alignment.voidLayerPrint. add(Print print, int align)Adds the given Print to this LayerPrint using the specified alignment.voidSeriesPrint. add(Print item)Adds the given print to this SeriesPrint.voidSeriesPrint. add(Print[] items)Adds the given prints to this SeriesPrint.voidGridPrint. addFooter(int hAlignment, int vAlignment, Print cell)Adds the Print to the grid footer, using the given colspan and alignment.voidGridPrint. addFooter(int hAlignment, int vAlignment, Print cell, int colspan)Adds the Print to the grid footer, using the given colspan and alignment.voidGridPrint. addFooter(int hAlignment, Print cell)Adds the Print to the grid footer, using the given colspan and alignment.voidGridPrint. addFooter(int hAlignment, Print cell, int colspan)Adds the Print to the grid footer, using the given colspan and alignment.voidGridPrint. addFooter(Print cell)Adds the Print to the grid footer, with the default alignment and a colspan of 1.voidGridPrint. addFooter(Print cell, int colspan)Adds the Print to the grid footer, with the given colspan and the default alignment.voidGridPrint. addFooter(Print cell, int colspan, int hAlignment)Deprecated.UseGridPrint.addFooter(int, Print, int)instead.voidGridPrint. addHeader(int hAlignment, int vAlignment, Print cell)Adds the Print to the grid header, using the given alignment.voidGridPrint. addHeader(int hAlignment, int vAlignment, Print cell, int colspan)Adds the Print to the grid header, using the given colspan and alignment.voidGridPrint. addHeader(int hAlignment, Print cell)Adds the Print to the grid header, using the given alignment.voidGridPrint. addHeader(int hAlignment, Print cell, int colspan)Adds the Print to the grid header, using the given colspan and alignment.voidGridPrint. addHeader(Print cell)Adds the Print to the grid header, with default alignment and a colspan of 1.voidGridPrint. addHeader(Print cell, int colspan)Adds the Print to the grid header, with the given colspan and the default alignment.voidGridPrint. addHeader(Print cell, int colspan, int hAlignment)Deprecated.UseGridPrint.addHeader(int, Print, int)instead.StyledTextPrintStyledTextPrint. append(Print element)Appends the given element to the document.static voidPrintUtil. print(java.lang.String jobName, Print print)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. print(java.lang.String jobName, Print print, int margins)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. print(Print print)Deprecated.usePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. print(Print print, int margins)Deprecated.usePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(java.lang.String jobName, org.eclipse.swt.printing.PrinterData printerData, Print print)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(java.lang.String jobName, org.eclipse.swt.printing.PrinterData printerData, Print print, int margins)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(java.lang.String jobName, org.eclipse.swt.printing.Printer printer, Print print)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(java.lang.String jobName, org.eclipse.swt.printing.Printer printer, Print print, int margins)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(org.eclipse.swt.printing.Printer printer, Print print)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.static voidPrintUtil. printTo(org.eclipse.swt.printing.Printer printer, Print print, int margins)Deprecated.UsePaperClips.print(PrintJob, PrinterData)instead.voidPagePrint. setBody(Print body)Sets the page body to the argument.Constructors in net.sf.paperclips with parameters of type Print Constructor Description AlignPrint(Print target, int hAlign, int vAlign)Constructs a new AlignPrint.BackgroundPrint(Print target, org.eclipse.swt.graphics.RGB background)Constructs a BackgroundPrint with the given target and background color.BigPrint(Print target)Constructs a BigPrint.BorderPrint(Print target, Border border)Constructs a BorderPrint with the given target and border.ColumnPrint(Print target, int columns, int spacing)Constructs a ColumnPrint with the given target, number of columns, and column spacing (expressed in points).ColumnPrint(Print target, int columns, int spacing, boolean compressed)Constructs a ColumnPrint with the given target, column count, column spacing, and compression.DebugPrint(Print target)Deprecated.NoBreakPrint(Print target)Constructs a NoBreakPrint with the given target.PagePrint(PageDecoration header, int headerGap, Print body)Constructs a PagePrint with the given header and body.PagePrint(PageDecoration header, int headerGap, Print body, int footerGap, PageDecoration footer)Constructs a PagePrint with the given body, header and footer.PagePrint(PageDecoration header, Print body)Constructs a PagePrint with the given header and body.PagePrint(PageDecoration header, Print body, PageDecoration footer)Constructs a PagePrint with the given body, header and footer.PagePrint(Print body)Constructs a PagePrint with the given body.PagePrint(Print body, int footerGap, PageDecoration footer)Constructs a PagePrint with the given body, header and footer.PagePrint(Print body, PageDecoration footer)Constructs a PagePrint with the given body and footer.PagePrint(Print body, PageDecoration header, PageDecoration footer)Deprecated.PagePrint(PageDecoration, Print, PageDecoration) instead.PrintJob(java.lang.String name, Print document)Constructs a PrintJob for the given document.RotatePrint(Print target)Constructs a RotatePrint that rotates it's target 90 degrees counter-clockwise.RotatePrint(Print target, int angle)Constructs a RotatePrint.ScalePrint(Print target)Constructs a ScalePrint which scales down it's target to print at it's preferred size.ScalePrint(Print target, java.lang.Double scale)Constructs a ScalePrint which scales it's target by the given factor.SidewaysPrint(Print target)Constructs a SidewaysPrint that rotates it's target 90 degrees counter-clockwise.SidewaysPrint(Print target, int angle)Constructs a SidewaysPrint.SimplePageDecoration(Print print)Constructs a BasicPageDecoration. -
Uses of Print in net.sf.paperclips.decorator
Methods in net.sf.paperclips.decorator that return Print Modifier and Type Method Description PrintBackgroundDecorator. decorate(Print target)PrintBorderDecorator. decorate(Print target)PrintCompoundDecorator. decorate(Print target)PrintPrintDecorator. decorate(Print target)Wraps the target in a decoration.Methods in net.sf.paperclips.decorator with parameters of type Print Modifier and Type Method Description PrintBackgroundDecorator. decorate(Print target)PrintBorderDecorator. decorate(Print target)PrintCompoundDecorator. decorate(Print target)PrintPrintDecorator. decorate(Print target)Wraps the target in a decoration.
-