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 classAbstractPieceAn abstract PrintPiece class.classCompositePieceA 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 PrintPiecePaperClips. next(PrintIterator iterator, int width, int height)Calls iterator.next(width, height) and returns the result.PrintPiecePrintIterator. next(int width, int height)Returns the next PrintPiece for the Print.PrintPiecePageEnumeration. 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.
-