Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPiece
An abstract PrintPiece class.
|
class |
CompositePiece
A composite PrintPiece for displaying child PrintPieces.
|
Modifier and Type | Method and Description |
---|---|
static PrintPiece[] |
PaperClips.getPages(PrintJob printJob,
Printer printer)
Processes the print job and returns an array of pages for the given
printer device.
|
PrintPiece |
PrintIterator.next(int width,
int height)
Returns the next PrintPiece for the Print.
|
static PrintPiece |
PaperClips.next(PrintIterator iterator,
int width,
int height)
Calls iterator.next(width, height) and returns the result.
|
PrintPiece |
PageEnumeration.nextPage()
Returns the next page.
|
Constructor and Description |
---|
CompositeEntry(PrintPiece piece,
Point offset)
Constructs a CompositeEntry with the given PrintPiece and offset.
|