AlignPrint, BackgroundPrint, BigPrint, BorderPrint, BreakPrint, ColumnPrint, DebugPrint, EmptyPrint, FactoryPrint, GridPrint, ImagePrint, LayerPrint, LineBreakPrint, LinePrint, NoBreakPrint, PageNumberPrint, PagePrint, RotatePrint, ScalePrint, SeriesPrint, SidewaysPrint, StyledTextPrint, TextPrintpublic interface Print
| Modifier and Type | Method | Description |
|---|---|---|
PrintIterator |
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 iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
device - the graphics device this Print will be drawn onto.gc - the graphics context to be used for calculating layout and
drawing the Print's contents.