java.lang.Object
ij.plugin.Clipboard
- All Implemented Interfaces:
PlugIn,Transferable
Copies/pastes images to/from the system clipboard.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopyToSystem(ImagePlus imp) Copies the contents of the specified image, or selection, to the system clicpboard.getTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor) voidThis method is called when the plugin is loaded.
-
Constructor Details
-
Clipboard
public Clipboard()
-
-
Method Details
-
run
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt. -
copyToSystem
Copies the contents of the specified image, or selection, to the system clicpboard. -
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorException
-