Uses of Class
org.eclipse.nebula.paperclips.core.PrintJob
-
Packages that use PrintJob Package Description org.eclipse.nebula.paperclips.core Core classes for creating printable documents.org.eclipse.nebula.paperclips.snippets org.eclipse.nebula.paperclips.widgets SWT controls for viewing Prints on-screen. -
-
Uses of PrintJob in org.eclipse.nebula.paperclips.core
Methods in org.eclipse.nebula.paperclips.core that return PrintJob Modifier and Type Method Description private static PrintJob
PageEnumeration. applyOrientation(PrintJob printJob, org.eclipse.swt.printing.Printer printer)
PrintJob
PrintJob. setMargins(int margins)
Sets the top, left, right, and bottom margins to the argument.PrintJob
PrintJob. setMargins(Margins margins)
Sets the page margins.PrintJob
PrintJob. setOrientation(int orientation)
Sets the page orientation.Methods in org.eclipse.nebula.paperclips.core with parameters of type PrintJob Modifier and Type Method Description private static PrintJob
PageEnumeration. applyOrientation(PrintJob printJob, org.eclipse.swt.printing.Printer printer)
static PageEnumeration
PaperClips. getPageEnumeration(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
Returns aPageEnumeration
for the passed in PrintJob on the given Printer, using the given GC.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.private static PrintPiece[]
PaperClips. getPages(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
static void
PaperClips. print(PrintJob printJob, org.eclipse.swt.printing.Printer printer)
Prints the print job to the given printer.static void
PaperClips. print(PrintJob printJob, org.eclipse.swt.printing.PrinterData printerData)
Prints the print job to the given printer.private static void
PaperClips. print(PrintJob printJob, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
Prints the print job to the specified printer using the GC.Constructors in org.eclipse.nebula.paperclips.core with parameters of type PrintJob Constructor Description PageEnumeration(PrintJob job, org.eclipse.swt.printing.Printer printer, org.eclipse.swt.graphics.GC gc)
-
Uses of PrintJob in org.eclipse.nebula.paperclips.snippets
Fields in org.eclipse.nebula.paperclips.snippets declared as PrintJob Modifier and Type Field Description (package private) PrintJob
Snippet7.UI. printJob
(package private) PrintJob
Snippet8.UI. printJob
-
Uses of PrintJob in org.eclipse.nebula.paperclips.widgets
Fields in org.eclipse.nebula.paperclips.widgets declared as PrintJob Modifier and Type Field Description private PrintJob
PrintPreview. printJob
Methods in org.eclipse.nebula.paperclips.widgets that return PrintJob Modifier and Type Method Description PrintJob
PrintPreview. getPrintJob()
Returns the print job.Methods in org.eclipse.nebula.paperclips.widgets with parameters of type PrintJob Modifier and Type Method Description void
PrintPreview. setPrintJob(PrintJob printJob)
Sets the print job to preview.
-