org.esa.beam.util
Class SystemUtils.ImageSelection
java.lang.Object
org.esa.beam.util.SystemUtils.ImageSelection
- All Implemented Interfaces:
- Transferable
- Enclosing class:
- SystemUtils
public static class SystemUtils.ImageSelection
- extends Object
- implements Transferable
This class is used to hold an image while on the clipboard.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemUtils.ImageSelection
public SystemUtils.ImageSelection(Image image)
getTransferDataFlavors
public DataFlavor[] getTransferDataFlavors()
- Specified by:
getTransferDataFlavors in interface Transferable
isDataFlavorSupported
public boolean isDataFlavorSupported(DataFlavor flavor)
- Specified by:
isDataFlavorSupported in interface Transferable
getTransferData
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException,
IOException
- Specified by:
getTransferData in interface Transferable
- Throws:
UnsupportedFlavorException
IOException
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.