Package omero.api
Interface AMD_IRenderingSettings_createNewRenderingDef
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IRenderingSettings_createNewRenderingDef extends Ice.AMDCallback
Creates a new rendering definition object along with its sub-objects.
-
-
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) A new, blank rendering definition and sub-objects. NOTE: the linked Pixels has been unloaded.
-
-