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 |
LayerEntryIterator.getTarget() |
|
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 |
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 |
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 |
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 |
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) |
Modifier and Type | Method | Description |
---|---|---|
static PrintPiece |
PaperClips.next(PrintIterator iterator,
int width,
int height) |
Calls iterator.next(width, height) and returns the result.
|
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
BorderPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Modifier and Type | Class | Description |
---|---|---|
class |
BorderIterator |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
BorderIterator.copy() |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
GridPrint.iterator(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Modifier and Type | Class | Description |
---|---|---|
class |
GridIterator |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
GridIterator.copy() |
|
PrintIterator |
GridCellIterator.getTarget() |
Modifier and Type | Class | Description |
---|---|---|
class |
LayerIterator |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
LayerIterator.copy() |
|
PrintIterator |
LayerEntryIteratorImpl.getTarget() |
Modifier and Type | Method | Description |
---|---|---|
abstract org.eclipse.swt.graphics.Point |
PrintSizeStrategy.computeSize(PrintIterator print) |
Computes the size of the PrintIterator.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Modifier and Type | Method | Description |
---|---|---|
PrintIterator |
LineBreakPrint.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) |