Package omero.api
Interface AMD_ThumbnailStore_getThumbnail
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ThumbnailStore_getThumbnail 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 ingetThumbnailDirect
, placed in the on-disk cache and returned. If the thumbnail is missing, a clock will be returned to signify that the thumbnail is yet to be generated.
-
-
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.
-