Uses of Interface
net.sf.paperclips.PrintPiece
Packages that use PrintPiece
-
Uses of PrintPiece in net.sf.paperclips
Classes in net.sf.paperclips that implement PrintPieceModifier and TypeClassDescriptionclass
An abstract PrintPiece class.class
A composite PrintPiece for displaying child PrintPieces.Methods in net.sf.paperclips that return PrintPieceModifier and TypeMethodDescriptionstatic PrintPiece[]
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.PrintIterator.next
(int width, int height) Returns the next PrintPiece for the Print.PageEnumeration.nextPage()
Returns the next page.Constructors in net.sf.paperclips with parameters of type PrintPieceModifierConstructorDescriptionCompositeEntry
(PrintPiece piece, org.eclipse.swt.graphics.Point offset) Constructs a CompositeEntry with the given PrintPiece and offset.