org.pentaho.di.ui.core
Class PrintSpool

java.lang.Object
  extended by 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
PrintSpool()
           
 
Method Summary
 void dispose()
           
 int getDepth()
           
 PaletteData getPaletteData()
           
 Printer getPrinter(Shell sh)
           
 PrinterData getPrinterData()
           
 void printImage(Shell sh, Image img)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSpool

public PrintSpool()
Method Detail

getPrinterData

public PrinterData getPrinterData()

getPrinter

public Printer getPrinter(Shell sh)

dispose

public void dispose()

getDepth

public int getDepth()

getPaletteData

public PaletteData getPaletteData()

printImage

public void printImage(Shell sh,
                       Image img)