Package omeis.providers.re
Interface RenderingTask
-
- All Superinterfaces:
java.util.concurrent.Callable
public interface RenderingTask extends java.util.concurrent.Callable
This 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.Object
call()
Renders wavelength.
-
-
-
Method Detail
-
call
java.lang.Object call() throws QuantizationException
Renders wavelength.- Specified by:
call
in interfacejava.util.concurrent.Callable
- Throws:
QuantizationException
- If an error occurs while quantizing a pixels intensity value.
-
-