Package omeis.providers.re
Interface RenderingTask
-
- All Superinterfaces:
java.util.concurrent.Callable
public interface RenderingTask extends java.util.concurrent.CallableThis interface represents a rendering operation task. Its main purpose is to explicitly define the exception strategy for thecall()method.- Since:
- OMERO3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectcall()Renders wavelength.
-
-
-
Method Detail
-
call
java.lang.Object call() throws QuantizationExceptionRenders wavelength.- Specified by:
callin interfacejava.util.concurrent.Callable- Throws:
QuantizationException- If an error occurs while quantizing a pixels intensity value.
-
-