Package omero.api
Interface AMD_IRenderingSettings_resetDefaultsNoSave
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRenderingSettings_resetDefaultsNoSave extends Ice.AMDCallbackResets the given rendering settings to those that are specified by the rendering engine intelligent pretty good image (PG) logic for the pixels set linked to that set of rendering settings. NOTE: This method should only be used to reset a rendering definition that has been retrieved viagetRenderingSettings(long)as it relies on certain objects being loaded. The rendering settings are not saved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidice_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)defwith the rendering settings reset.
-
-