Package omero.api
Interface IRenderingSettings
-
- All Superinterfaces:
_IRenderingSettingsOperations
,_IRenderingSettingsOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_IRenderingSettingsDisp
,_IRenderingSettingsTie
public interface IRenderingSettings extends Ice.Object, _IRenderingSettingsOperations, _IRenderingSettingsOperationsNC, ServiceInterface
Provides method to apply rendering settings to a collection of images. All methods will receive the id of the pixels set to copy the rendering settings from.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._IRenderingSettingsOperations
applySettingsToDataset_async, applySettingsToImage_async, applySettingsToImages_async, applySettingsToPixels_async, applySettingsToProject_async, applySettingsToSet_async, createNewRenderingDef_async, getRenderingSettings_async, resetDefaults_async, resetDefaultsByOwnerInSet_async, resetDefaultsForPixels_async, resetDefaultsInDataset_async, resetDefaultsInImage_async, resetDefaultsInSet_async, resetDefaultsNoSave_async, resetMinMaxInSet_async, sanityCheckPixels_async, setOriginalSettingsForPixels_async, setOriginalSettingsInDataset_async, setOriginalSettingsInImage_async, setOriginalSettingsInSet_async
-
Methods inherited from interface omero.api._IRenderingSettingsOperationsNC
applySettingsToDataset_async, applySettingsToImage_async, applySettingsToImages_async, applySettingsToPixels_async, applySettingsToProject_async, applySettingsToSet_async, createNewRenderingDef_async, getRenderingSettings_async, resetDefaults_async, resetDefaultsByOwnerInSet_async, resetDefaultsForPixels_async, resetDefaultsInDataset_async, resetDefaultsInImage_async, resetDefaultsInSet_async, resetDefaultsNoSave_async, resetMinMaxInSet_async, sanityCheckPixels_async, setOriginalSettingsForPixels_async, setOriginalSettingsInDataset_async, setOriginalSettingsInImage_async, setOriginalSettingsInSet_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-