Package omero.api

Interface AMD_ThumbnailStore_getThumbnailByLongestSide

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_ThumbnailStore_getThumbnailByLongestSide
    extends Ice.AMDCallback
    Retrieves a thumbnail for a pixels set using a given set of rendering settings (RenderingDef). If the thumbnail exists in the on-disk cache it will be returned directly, otherwise it will be created as in getThumbnailDirect, placed in the on-disk cache and returned. The longest side of the image will be used to calculate the size for the smaller side in order to keep the aspect ratio of the original image.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(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​(byte[] __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) a JPEG thumbnail byte buffer.