Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractIterator |
An abstract PrintIterator class which maintains references to the device and
gc arguments passed to
Print.iterator(Device, GC) . |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
PrintIterator.copy() |
Returns a copy of this PrintIterator, with all relevant internal states.
|
PrintIterator |
AlignPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
BackgroundPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
BigPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
BorderPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
BreakPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
ColumnPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
DebugPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Deprecated.
|
PrintIterator |
EmptyPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
FactoryPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Deprecated.
Returns a PrintIterator for the Print returned from a call to
createPrint().
|
PrintIterator |
GridPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
ImagePrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
LayerPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
LineBreakPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
LinePrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
NoBreakPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
PageNumberPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
PagePrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
Print.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Returns a PrintIterator for laying out the contents of this Print.
|
PrintIterator |
RotatePrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
ScalePrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
SeriesPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
SidewaysPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
StyledTextPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
|
PrintIterator |
TextPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Modifier and Type | Method | Description |
---|---|---|
static PrintPiece |
PaperClips.next(PrintIterator iterator,
int width,
int height) |
Calls iterator.next(width, height) and returns the result.
|