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 classAbstractIteratorAn abstract PrintIterator class which maintains references to the device and gc arguments passed toPrint.iterator(Device, GC).(package private) classAlignIterator(package private) classBackgroundIterator(package private) classBigIterator(package private) classBreakIterator(package private) classColumnIterator(package private) classDebugIterator(package private) classEmptyIterator(package private) classImageIterator(package private) classLineIterator(package private) classNoBreakIterator(package private) classRotateIterator(package private) classScaleIterator(package private) classSeriesIterator(package private) classSidewaysIteratorFields in org.eclipse.nebula.paperclips.core declared as PrintIterator Modifier and Type Field Description private PrintIteratorPageEnumeration. document(package private) PrintIterator[]SeriesIterator. itersprivate PrintIteratorAlignIterator. targetprivate PrintIteratorBackgroundIterator. targetprivate PrintIteratorBigIterator. targetprivate PrintIteratorColumnIterator. targetprivate PrintIteratorDebugIterator. targetprivate PrintIteratorNoBreakIterator. targetprivate PrintIteratorRotateIterator. targetprivate PrintIteratorScaleIterator. targetprivate PrintIteratorSidewaysIterator. targetMethods in org.eclipse.nebula.paperclips.core that return PrintIterator Modifier and Type Method Description PrintIteratorAlignIterator. copy()PrintIteratorBackgroundIterator. copy()PrintIteratorBigIterator. copy()PrintIteratorBreakIterator. copy()PrintIteratorColumnIterator. copy()PrintIteratorDebugIterator. copy()PrintIteratorEmptyIterator. copy()PrintIteratorImageIterator. copy()PrintIteratorLineIterator. copy()PrintIteratorNoBreakIterator. copy()PrintIteratorPrintIterator. copy()Returns a copy of this PrintIterator, with all relevant internal states.PrintIteratorRotateIterator. copy()PrintIteratorScaleIterator. copy()PrintIteratorSeriesIterator. copy()PrintIteratorSidewaysIterator. copy()PrintIteratorLayerEntryIterator. getTarget()PrintIteratorAlignPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorBackgroundPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorBigPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorBreakPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorColumnPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorDebugPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)Deprecated.PrintIteratorEmptyPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorImagePrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorLayerPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorLinePrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorNoBreakPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)Returns a PrintIterator for laying out the contents of this Print.PrintIteratorRotatePrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorScalePrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorSeriesPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorSidewaysPrint. 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 PrintPiecePaperClips. 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 PrintPieceColumnIterator. 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 PrintIteratorBorderPrint. 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 classBorderIteratorFields in org.eclipse.nebula.paperclips.core.border.internal declared as PrintIterator Modifier and Type Field Description private PrintIteratorBorderIterator. targetMethods in org.eclipse.nebula.paperclips.core.border.internal that return PrintIterator Modifier and Type Method Description PrintIteratorBorderIterator. 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 PrintIteratorGridPrint. 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 classGridIteratorIterator for GridFields in org.eclipse.nebula.paperclips.core.grid.internal declared as PrintIterator Modifier and Type Field Description (package private) PrintIteratorGridCellIterator. targetMethods in org.eclipse.nebula.paperclips.core.grid.internal that return PrintIterator Modifier and Type Method Description PrintIteratorGridIterator. copy()PrintIteratorGridCellIterator. 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 classLayerIteratorFields in org.eclipse.nebula.paperclips.core.internal declared as PrintIterator Modifier and Type Field Description (package private) PrintIteratorLayerEntryIteratorImpl. targetMethods in org.eclipse.nebula.paperclips.core.internal that return PrintIterator Modifier and Type Method Description PrintIteratorLayerIterator. copy()PrintIteratorLayerEntryIteratorImpl. 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.PointPrintSizeStrategy. 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) classPageIterator(package private) classPageNumberIteratorFields in org.eclipse.nebula.paperclips.core.page declared as PrintIterator Modifier and Type Field Description (package private) PrintIteratorPageIterator. bodyMethods in org.eclipse.nebula.paperclips.core.page that return PrintIterator Modifier and Type Method Description PrintIteratorPageIterator. copy()PrintIteratorPageNumberIterator. copy()PrintIteratorPageNumberPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorPagePrint. 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) classLineBreakIterator(package private) classStyledTextIterator(package private) classTextIteratorFields in org.eclipse.nebula.paperclips.core.text declared as PrintIterator Modifier and Type Field Description private PrintIterator[]StyledTextIterator. elementsMethods in org.eclipse.nebula.paperclips.core.text that return PrintIterator Modifier and Type Method Description PrintIteratorLineBreakIterator. copy()PrintIteratorStyledTextIterator. copy()PrintIteratorTextIterator. copy()PrintIteratorLineBreakPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorStyledTextPrint. iterator(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)PrintIteratorTextPrint. 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 voidStyledTextIterator. 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 PrintIteratorPrintViewer.BackgroundUpdater. iterator
-