org.pentaho.di.core.clipboard
Class ImageDataTransfer

java.lang.Object
  extended by ByteArrayTransfer
      extended by org.pentaho.di.core.clipboard.ImageDataTransfer

public class ImageDataTransfer
extends ByteArrayTransfer

Singleton class that reads Images (CF_DIB) from the Windows Clipboard as ImageData objects. If you found this class useful (or made some improvements) drop me a line.

Author:
Philip Schatz ( www.philschatz.com )

Field Summary
static int COM_CF_DIB
           
 
Method Summary
static ImageDataTransfer getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COM_CF_DIB

public static final int COM_CF_DIB
See Also:
Constant Field Values
Method Detail

getInstance

public static ImageDataTransfer getInstance()