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 ingetThumbnailDirect
, placed in the on-disk cache and returned. Unlike the other thumbnail retrieval methods, this method may be called without first callingsetPixelsId
.
-
-
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.
-
-
-
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 ornull
if an exception was thrown while attempting to retrieve the thumbnail for that particular Pixels set.
-
-