Uses of Interface
org.eclipse.nebula.paperclips.core.PrintIterator
-
Packages that use PrintIterator Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.core.border org.eclipse.nebula.paperclips.core.border.internal org.eclipse.nebula.paperclips.core.grid org.eclipse.nebula.paperclips.core.grid.internal org.eclipse.nebula.paperclips.core.internal org.eclipse.nebula.paperclips.core.internal.util org.eclipse.nebula.paperclips.core.page org.eclipse.nebula.paperclips.core.text org.eclipse.nebula.paperclips.widgets SWT controls for viewing Prints on-screen. -
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core
Classes in org.eclipse.nebula.paperclips.core that implement PrintIterator Modifier and Type Class Description class
AbstractIterator
An abstract PrintIterator class which maintains references to the device and gc arguments passed toPrint.iterator(Device, GC)
.(package private) class
AlignIterator
(package private) class
BackgroundIterator
(package private) class
BigIterator
(package private) class
BreakIterator
(package private) class
ColumnIterator
(package private) class
DebugIterator
(package private) class
EmptyIterator
(package private) class
ImageIterator
(package private) class
LineIterator
(package private) class
NoBreakIterator
(package private) class
RotateIterator
(package private) class
ScaleIterator
(package private) class
SeriesIterator
(package private) class
SidewaysIterator
Fields in org.eclipse.nebula.paperclips.core declared as PrintIterator Modifier and Type Field Description private PrintIterator
PageEnumeration. document
(package private) PrintIterator[]
SeriesIterator. iters
private PrintIterator
AlignIterator. target
private PrintIterator
BackgroundIterator. target
private PrintIterator
BigIterator. target
private PrintIterator
ColumnIterator. target
private PrintIterator
DebugIterator. target
private PrintIterator
NoBreakIterator. target
private PrintIterator
RotateIterator. target
private PrintIterator
ScaleIterator. target
private PrintIterator
SidewaysIterator. target
Methods in org.eclipse.nebula.paperclips.core that return PrintIterator Modifier and Type Method Description PrintIterator
AlignIterator. copy()
PrintIterator
BackgroundIterator. copy()
PrintIterator
BigIterator. copy()
PrintIterator
BreakIterator. copy()
PrintIterator
ColumnIterator. copy()
PrintIterator
DebugIterator. copy()
PrintIterator
EmptyIterator. copy()
PrintIterator
ImageIterator. copy()
PrintIterator
LineIterator. copy()
PrintIterator
NoBreakIterator. copy()
PrintIterator
PrintIterator. copy()
Returns a copy of this PrintIterator, with all relevant internal states.PrintIterator
RotateIterator. copy()
PrintIterator
ScaleIterator. copy()
PrintIterator
SeriesIterator. copy()
PrintIterator
SidewaysIterator. copy()
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)
Methods in org.eclipse.nebula.paperclips.core with parameters of type PrintIterator Modifier and Type Method Description static PrintPiece
PaperClips. next(PrintIterator iterator, int width, int height)
Calls iterator.next(width, height) and returns the result.(package private) PrintPiece[]
ColumnIterator. nextColumns(PrintIterator iterator, int[] colSizes, int height)
Iterates across the given column sizes and returns an array of PrintPieces to fill those columns, or null if there was insufficient room to continue iterating.private PrintPiece
ColumnIterator. nextCompressed(int[] colSizes, PrintIterator iter, PrintPiece[] columns)
Constructors in org.eclipse.nebula.paperclips.core with parameters of type PrintIterator Constructor Description DebugIterator(PrintIterator target)
NoBreakIterator(PrintIterator target)
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.border
Methods in org.eclipse.nebula.paperclips.core.border that return PrintIterator Modifier and Type Method Description PrintIterator
BorderPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.border.internal
Classes in org.eclipse.nebula.paperclips.core.border.internal that implement PrintIterator Modifier and Type Class Description class
BorderIterator
Fields in org.eclipse.nebula.paperclips.core.border.internal declared as PrintIterator Modifier and Type Field Description private PrintIterator
BorderIterator. target
Methods in org.eclipse.nebula.paperclips.core.border.internal that return PrintIterator Modifier and Type Method Description PrintIterator
BorderIterator. copy()
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.grid
Methods in org.eclipse.nebula.paperclips.core.grid that return PrintIterator Modifier and Type Method Description PrintIterator
GridPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.grid.internal
Classes in org.eclipse.nebula.paperclips.core.grid.internal that implement PrintIterator Modifier and Type Class Description class
GridIterator
Iterator for GridFields in org.eclipse.nebula.paperclips.core.grid.internal declared as PrintIterator Modifier and Type Field Description (package private) PrintIterator
GridCellIterator. target
Methods in org.eclipse.nebula.paperclips.core.grid.internal that return PrintIterator Modifier and Type Method Description PrintIterator
GridIterator. copy()
PrintIterator
GridCellIterator. getTarget()
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.internal
Classes in org.eclipse.nebula.paperclips.core.internal that implement PrintIterator Modifier and Type Class Description class
LayerIterator
Fields in org.eclipse.nebula.paperclips.core.internal declared as PrintIterator Modifier and Type Field Description (package private) PrintIterator
LayerEntryIteratorImpl. target
Methods in org.eclipse.nebula.paperclips.core.internal that return PrintIterator Modifier and Type Method Description PrintIterator
LayerIterator. copy()
PrintIterator
LayerEntryIteratorImpl. getTarget()
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.internal.util
Methods in org.eclipse.nebula.paperclips.core.internal.util with parameters of type PrintIterator Modifier and Type Method Description abstract org.eclipse.swt.graphics.Point
PrintSizeStrategy. computeSize(PrintIterator print)
Computes the size of the PrintIterator. -
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.page
Classes in org.eclipse.nebula.paperclips.core.page that implement PrintIterator Modifier and Type Class Description (package private) class
PageIterator
(package private) class
PageNumberIterator
Fields in org.eclipse.nebula.paperclips.core.page declared as PrintIterator Modifier and Type Field Description (package private) PrintIterator
PageIterator. body
Methods in org.eclipse.nebula.paperclips.core.page that return PrintIterator Modifier and Type Method Description PrintIterator
PageIterator. copy()
PrintIterator
PageNumberIterator. copy()
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)
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.core.text
Classes in org.eclipse.nebula.paperclips.core.text that implement PrintIterator Modifier and Type Class Description (package private) class
LineBreakIterator
(package private) class
StyledTextIterator
(package private) class
TextIterator
Fields in org.eclipse.nebula.paperclips.core.text declared as PrintIterator Modifier and Type Field Description private PrintIterator[]
StyledTextIterator. elements
Methods in org.eclipse.nebula.paperclips.core.text that return PrintIterator Modifier and Type Method Description PrintIterator
LineBreakIterator. copy()
PrintIterator
StyledTextIterator. copy()
PrintIterator
TextIterator. copy()
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)
Method parameters in org.eclipse.nebula.paperclips.core.text with type arguments of type PrintIterator Modifier and Type Method Description private void
StyledTextIterator. restoreBackup(int backupCursor, java.util.List<PrintIterator> backup)
-
Uses of PrintIterator in org.eclipse.nebula.paperclips.widgets
Fields in org.eclipse.nebula.paperclips.widgets declared as PrintIterator Modifier and Type Field Description private PrintIterator
PrintViewer.BackgroundUpdater. iterator
-