Package org.scijava.ui
Interface SystemClipboard
-
public interface SystemClipboardUI agnostic representation of the system clipboard.- Author:
- Barry DeZonia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpixelsToSystemClipboard(ARGBPlane plane)method that accepts a plane of ARGB data
-
-
-
Method Detail
-
pixelsToSystemClipboard
void pixelsToSystemClipboard(ARGBPlane plane)
method that accepts a plane of ARGB data
-
-