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 the call() method.
    Since:
    OMERO3.0
    • Method Detail

      • call

        java.lang.Object call()
                       throws QuantizationException
        Renders wavelength.
        Specified by:
        call in interface java.util.concurrent.Callable
        Throws:
        QuantizationException - If an error occurs while quantizing a pixels intensity value.