Package org.pentaho.di.ui.core
Class PrintSpool
- java.lang.Object
-
- org.pentaho.di.ui.core.PrintSpool
-
public class PrintSpool extends Object
This class handles printing for Kettle.- Since:
- 28-03-2004
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description PrintSpool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
int
getDepth()
org.eclipse.swt.graphics.PaletteData
getPaletteData()
org.eclipse.swt.printing.Printer
getPrinter(org.eclipse.swt.widgets.Shell sh)
org.eclipse.swt.printing.PrinterData
getPrinterData()
void
printImage(org.eclipse.swt.widgets.Shell sh, org.eclipse.swt.graphics.Image img)
-
-
-
Method Detail
-
getPrinterData
public org.eclipse.swt.printing.PrinterData getPrinterData()
-
getPrinter
public org.eclipse.swt.printing.Printer getPrinter(org.eclipse.swt.widgets.Shell sh)
-
dispose
public void dispose()
-
getDepth
public int getDepth()
-
getPaletteData
public org.eclipse.swt.graphics.PaletteData getPaletteData()
-
printImage
public void printImage(org.eclipse.swt.widgets.Shell sh, org.eclipse.swt.graphics.Image img)
-
-