Class ClipImage
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.ClipImage
- All Implemented Interfaces:
ClipboardOwner
,Transferable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor) void
lostOwnership
(Clipboard clip, Transferable tr)
-
Constructor Details
-
ClipImage
public ClipImage(byte[] im)
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
-
lostOwnership
- Specified by:
lostOwnership
in interfaceClipboardOwner
-