Transferable for Images.
 
 ImageSelection imageSelection = new ImageSelection();
 DasCanvas c = parent.applicationModel.canvas;
 Image i = c.getImage(c.getWidth(), c.getHeight());
 imageSelection.setImage(i);
 Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
 clipboard.setContents(imageSelection, ImageSelection.getNullClipboardOwner() )