Uses of Interface
org.eclipse.nebula.paperclips.core.PrintPiece
| Package | Description |
|---|---|
| org.eclipse.nebula.paperclips.core |
Core classes for creating printable documents.
|
| org.eclipse.nebula.paperclips.core.border.internal | |
| org.eclipse.nebula.paperclips.core.grid.internal | |
| org.eclipse.nebula.paperclips.core.internal | |
| org.eclipse.nebula.paperclips.core.internal.piece | |
| org.eclipse.nebula.paperclips.core.internal.util | |
| org.eclipse.nebula.paperclips.core.page | |
| org.eclipse.nebula.paperclips.core.text | |
| org.eclipse.nebula.paperclips.core.text.internal | |
| org.eclipse.nebula.paperclips.widgets |
SWT controls for viewing Prints on-screen.
|
-
Uses of PrintPiece in org.eclipse.nebula.paperclips.core
Classes in org.eclipse.nebula.paperclips.core that implement PrintPiece Modifier and Type Class Description classAbstractPieceAn abstract PrintPiece class.(package private) classBackgroundPiece(package private) classBigPiececlassCompositePieceA composite PrintPiece for displaying child PrintPieces.(package private) classDebugPiece(package private) classImagePiece(package private) classLinePiece(package private) classNullPrintPiece(package private) classScalePieceFields in org.eclipse.nebula.paperclips.core declared as PrintPiece Modifier and Type Field Description (package private) PrintPieceCompositeEntry. pieceMethods in org.eclipse.nebula.paperclips.core that return PrintPiece Modifier and Type Method Description (package private) PrintPieceColumnIterator. createResult(PrintPiece[] pieces, int[] colSizes)static PrintPiece[]PaperClips. getPages(PrintJob printJob, org.eclipse.swt.printing.Printer printer)Processes the print job and returns an array of pages for the given printer device.PrintPieceAlignIterator. next(int width, int height)PrintPieceBackgroundIterator. next(int width, int height)PrintPieceBigIterator. next(int width, int height)PrintPieceBreakIterator. next(int width, int height)PrintPieceColumnIterator. next(int width, int height)PrintPieceDebugIterator. next(int width, int height)PrintPieceEmptyIterator. next(int width, int height)PrintPieceImageIterator. next(int width, int height)PrintPieceLineIterator. next(int width, int height)PrintPieceNoBreakIterator. next(int width, int height)static PrintPiecePaperClips. next(PrintIterator iterator, int width, int height)Calls iterator.next(width, height) and returns the result.PrintPiecePrintIterator. next(int width, int height)Returns the next PrintPiece for the Print.PrintPieceRotateIterator. next(int width, int height)PrintPieceScaleIterator. next(int width, int height)PrintPieceSeriesIterator. next(int width, int height)PrintPieceSidewaysIterator. next(int width, int height)(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.PrintPiecePageEnumeration. nextPage()Returns the next page.Methods in org.eclipse.nebula.paperclips.core with parameters of type PrintPiece Modifier and Type Method Description (package private) PrintPieceColumnIterator. createResult(PrintPiece[] pieces, int[] colSizes)Constructors in org.eclipse.nebula.paperclips.core with parameters of type PrintPiece Constructor Description BackgroundPiece(PrintPiece target, org.eclipse.swt.graphics.RGB background, org.eclipse.swt.graphics.Device device)BigPiece(PrintPiece target, org.eclipse.swt.graphics.Point size, int xOffset, int yOffset)CompositeEntry(PrintPiece piece, org.eclipse.swt.graphics.Point offset)Constructs a CompositeEntry with the given PrintPiece and offset.DebugPiece(PrintPiece target)ScalePiece(org.eclipse.swt.graphics.Device device, PrintPiece target, double scale, int maxWidth, int maxHeight) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.border.internal
Classes in org.eclipse.nebula.paperclips.core.border.internal that implement PrintPiece Modifier and Type Class Description classBorderPieceMethods in org.eclipse.nebula.paperclips.core.border.internal that return PrintPiece Modifier and Type Method Description PrintPieceBorderIterator. next(int width, int height)Constructors in org.eclipse.nebula.paperclips.core.border.internal with parameters of type PrintPiece Constructor Description BorderPiece(PrintPiece target, BorderPainter border, boolean topOpen, boolean bottomOpen) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.grid.internal
Classes in org.eclipse.nebula.paperclips.core.grid.internal that implement PrintPiece Modifier and Type Class Description (package private) classGridLookPainterPieceMethods in org.eclipse.nebula.paperclips.core.grid.internal that return PrintPiece Modifier and Type Method Description PrintPieceGridIterator. next(int width, int height) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.internal
Classes in org.eclipse.nebula.paperclips.core.internal that implement PrintPiece Modifier and Type Class Description classRotatePieceMethods in org.eclipse.nebula.paperclips.core.internal that return PrintPiece Modifier and Type Method Description PrintPieceLayerIterator. next(int width, int height)Constructors in org.eclipse.nebula.paperclips.core.internal with parameters of type PrintPiece Constructor Description RotatePiece(org.eclipse.swt.graphics.Device device, PrintPiece target, int angle, org.eclipse.swt.graphics.Point size) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.internal.piece
Classes in org.eclipse.nebula.paperclips.core.internal.piece that implement PrintPiece Modifier and Type Class Description classEmptyPieceA blank PrintPiece of a predetermined size -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.internal.util
Methods in org.eclipse.nebula.paperclips.core.internal.util with parameters of type PrintPiece Modifier and Type Method Description static voidPaperClipsUtil. dispose(PrintPiece piece)Disposes the print piece if not null.static voidPaperClipsUtil. dispose(PrintPiece[] pieces)Disposes the print pieces that are not null.static voidPaperClipsUtil. dispose(PrintPiece[] pages, int start, int end)Disposes the print pieces in the array from start (inclusive) to end (exclusive).static voidPaperClipsUtil. dispose(PrintPiece p1, PrintPiece p2)Disposes the arguments that are not null.static voidPaperClipsUtil. dispose(PrintPiece piece, PrintPiece[] pieces)Disposes the print pieces that are not null.Method parameters in org.eclipse.nebula.paperclips.core.internal.util with type arguments of type PrintPiece Modifier and Type Method Description static voidPaperClipsUtil. dispose(java.util.List<PrintPiece> pages)Disposes the print pieces in the list. -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.page
Classes in org.eclipse.nebula.paperclips.core.page that implement PrintPiece Modifier and Type Class Description (package private) classPageNumberPieceMethods in org.eclipse.nebula.paperclips.core.page that return PrintPiece Modifier and Type Method Description PrintPiecePageIterator. next(int width, int height)PrintPiecePageNumberIterator. next(int width, int height) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.text
Methods in org.eclipse.nebula.paperclips.core.text that return PrintPiece Modifier and Type Method Description PrintPieceLineBreakIterator. next(int width, int height)PrintPieceStyledTextIterator. next(int width, int height)PrintPieceTextIterator. next(int width, int height) -
Uses of PrintPiece in org.eclipse.nebula.paperclips.core.text.internal
Subinterfaces of PrintPiece in org.eclipse.nebula.paperclips.core.text.internal Modifier and Type Interface Description interfaceTextPrintPieceClasses in org.eclipse.nebula.paperclips.core.text.internal that implement PrintPiece Modifier and Type Class Description classTextPiece -
Uses of PrintPiece in org.eclipse.nebula.paperclips.widgets
Classes in org.eclipse.nebula.paperclips.widgets that implement PrintPiece Modifier and Type Class Description (package private) classRotateClockwisePrintPieceFields in org.eclipse.nebula.paperclips.widgets declared as PrintPiece Modifier and Type Field Description (package private) PrintPiecePrintPieceCanvas. pieceMethods in org.eclipse.nebula.paperclips.widgets that return PrintPiece Modifier and Type Method Description PrintPiecePrintPieceCanvas. getPrintPiece()Returns the PrintPiece being displayed by this PrintCanvas.Methods in org.eclipse.nebula.paperclips.widgets with parameters of type PrintPiece Modifier and Type Method Description voidPrintPieceCanvas. setPrintPiece(PrintPiece piece)Displays the given Print in this PrintCanvas.Constructors in org.eclipse.nebula.paperclips.widgets with parameters of type PrintPiece Constructor Description RotateClockwisePrintPiece(org.eclipse.swt.graphics.Device device, PrintPiece target)