Uses of Interface
net.sf.paperclips.PrintPiece
-
Packages that use PrintPiece Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of PrintPiece in net.sf.paperclips
Classes in net.sf.paperclips that implement PrintPiece Modifier and Type Class Description class
AbstractPiece
An abstract PrintPiece class.class
CompositePiece
A composite PrintPiece for displaying child PrintPieces.Methods in net.sf.paperclips that return PrintPiece Modifier and Type Method Description static PrintPiece[]
PaperClips. getPages(PrintJob printJob, org.eclipse.swt.printing.Printer printer)
Processes the print job and returns an array of pages for the given printer device.static PrintPiece
PaperClips. next(PrintIterator iterator, int width, int height)
Calls iterator.next(width, height) and returns the result.PrintPiece
PrintIterator. next(int width, int height)
Returns the next PrintPiece for the Print.PrintPiece
PageEnumeration. nextPage()
Returns the next page.Constructors in net.sf.paperclips with parameters of type PrintPiece Constructor Description CompositeEntry(PrintPiece piece, org.eclipse.swt.graphics.Point offset)
Constructs a CompositeEntry with the given PrintPiece and offset.
-