Package | Description |
---|---|
org.eclipse.nebula.paperclips.core |
Core classes for creating printable documents.
|
org.eclipse.nebula.paperclips.core.border.internal | |
org.eclipse.nebula.paperclips.core.grid.internal | |
org.eclipse.nebula.paperclips.core.internal | |
org.eclipse.nebula.paperclips.core.internal.piece | |
org.eclipse.nebula.paperclips.core.internal.util | |
org.eclipse.nebula.paperclips.core.text.internal |
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BorderPiece |
Modifier and Type | Method | Description |
---|---|---|
PrintPiece |
BorderIterator.next(int width,
int height) |
Constructor | Description |
---|---|
BorderPiece(PrintPiece target,
BorderPainter border,
boolean topOpen,
boolean bottomOpen) |
Modifier and Type | Method | Description |
---|---|---|
PrintPiece |
GridIterator.next(int width,
int height) |
Modifier and Type | Class | Description |
---|---|---|
class |
RotatePiece |
Modifier and Type | Method | Description |
---|---|---|
PrintPiece |
LayerIterator.next(int width,
int height) |
Constructor | Description |
---|---|
RotatePiece(org.eclipse.swt.graphics.Device device,
PrintPiece target,
int angle,
org.eclipse.swt.graphics.Point size) |
Modifier and Type | Class | Description |
---|---|---|
class |
EmptyPiece |
A blank PrintPiece of a predetermined size
|
Modifier and Type | Method | Description |
---|---|---|
static void |
PaperClipsUtil.dispose(PrintPiece piece) |
Disposes the print piece if not null.
|
static void |
PaperClipsUtil.dispose(PrintPiece[] pieces) |
Disposes the print pieces that are not null.
|
static void |
PaperClipsUtil.dispose(PrintPiece[] pages,
int start,
int end) |
Disposes the print pieces in the array from start (inclusive) to end
(exclusive).
|
static void |
PaperClipsUtil.dispose(PrintPiece p1,
PrintPiece p2) |
Disposes the arguments that are not null.
|
static void |
PaperClipsUtil.dispose(PrintPiece piece,
PrintPiece[] pieces) |
Disposes the print pieces that are not null.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
TextPrintPiece |
Modifier and Type | Class | Description |
---|---|---|
class |
TextPiece |