Package omero.api

Interface AMD_ThumbnailStore_getThumbnailSet

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_ThumbnailStore_getThumbnailSet
    extends Ice.AMDCallback
    Retrieves a number of thumbnails for pixels sets using given sets of rendering settings (RenderingDef). If the thumbnails exist in the on-disk cache they will be returned directly, otherwise they will be created as in getThumbnailDirect, placed in the on-disk cache and returned. Unlike the other thumbnail retrieval methods, this method may be called without first calling setPixelsId.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(java.util.Map<java.lang.Long,​byte[]> __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(java.util.Map<java.lang.Long,​byte[]> __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) a map whose keys are pixels ids and values are JPEG thumbnail byte buffers or null if an exception was thrown while attempting to retrieve the thumbnail for that particular Pixels set.