Package omero.api
Interface AMD_ThumbnailStore_getThumbnailByLongestSideSet
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ThumbnailStore_getThumbnailByLongestSideSet 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 ingetThumbnailByLongestSideDirect
. 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. 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.
-
-