Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractPiece |
An abstract PrintPiece class.
|
class |
CompositePiece |
A composite PrintPiece for displaying child PrintPieces.
|
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.
|
Constructor | Description |
---|---|
CompositeEntry(PrintPiece piece,
org.eclipse.swt.graphics.Point offset) |
Constructs a CompositeEntry with the given PrintPiece and offset.
|