Package omero.api
Interface AMD_IPixels_retrieveRndSettings
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IPixels_retrieveRndSettings extends Ice.AMDCallback
Retrieves the rendering settings for a given pixels set and the currently logged in user. If the current user has noRenderingDef
, and the user is an administrator, then aRenderingDef
may be returned for the owner of thePixels
. This matches the behavior of the Rendering service. The following objects will be pre-linked:- renderingDef.quantization
- renderingDef.model
- renderingDef.waveRendering
- renderingDef.waveRendering.color
- renderingDef.waveRendering.family
- renderingDef.spatialDomainEnhancement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(RenderingDef __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(RenderingDef __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) Rendering definition.
-
-