Package omero.api
Interface RenderingEngine
-
- All Superinterfaces:
_PyramidServiceOperations
,_PyramidServiceOperationsNC
,_RenderingEngineOperations
,_RenderingEngineOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,PyramidService
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_RenderingEngineDisp
,_RenderingEngineTie
public interface RenderingEngine extends Ice.Object, _RenderingEngineOperations, _RenderingEngineOperationsNC, PyramidService
Defines a service to render a given pixels set. A pixels set is a 5D array that stores the pixels data of an image, that is the pixels intensity values. Every instance of this service is paired up to a pixels set. Use this service to transform planes within the pixels set onto an RGB image. The RenderingEngine allows to fine-tune the settings that define the transformation context, that is, a specification of how raw pixels data is to be transformed into an image that can be displayed on screen. Those settings are referred to as rendering settings or display options. After tuning those settings it is possible to save them to the metadata repository so that they can be used the next time the pixels set is accessed for rendering; for example by another RenderingEngine instance. Note that the display options are specific to the given pixels set and are experimenter scoped i.e. two different users can specify different display options for the same pixels set. (A RenderingEngine instance takes this into account automatically as it is always bound to a given experimenter.) This service is thread-safe.
-
-
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._PyramidServiceOperations
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
-
Methods inherited from interface omero.api._PyramidServiceOperationsNC
getResolutionDescriptions_async, getResolutionLevel_async, getResolutionLevels_async, getTileSize_async, requiresPixelsPyramid_async, setResolutionLevel_async
-
Methods inherited from interface omero.api._RenderingEngineOperations
addCodomainMap_async, addCodomainMapToChannel_async, getAvailableFamilies_async, getAvailableModels_async, getChannelCurveCoefficient_async, getChannelFamily_async, getChannelLookupTable_async, getChannelNoiseReduction_async, getChannelStats_async, getChannelWindowEnd_async, getChannelWindowStart_async, getCodomainMapContext_async, getCompressionLevel_async, getDefaultT_async, getDefaultZ_async, getModel_async, getPixels_async, getPixelsTypeLowerBound_async, getPixelsTypeUpperBound_async, getQuantumDef_async, getRenderingDefId_async, getRGBA_async, isActive_async, isPixelsTypeSigned_async, load_async, loadRenderingDef_async, lookupPixels_async, lookupRenderingDef_async, removeCodomainMap_async, removeCodomainMapFromChannel_async, render_async, renderAsPackedInt_async, renderCompressed_async, renderProjectedAsPackedInt_async, renderProjectedCompressed_async, resetDefaultSettings_async, saveAsNewSettings_async, saveCurrentSettings_async, setActive_async, setChannelLookupTable_async, setChannelWindow_async, setCodomainInterval_async, setCompressionLevel_async, setDefaultT_async, setDefaultZ_async, setModel_async, setOverlays_async, setQuantizationMap_async, setQuantumStrategy_async, setRGBA_async, updateCodomainMap_async, updateSettings_async
-
Methods inherited from interface omero.api._RenderingEngineOperationsNC
addCodomainMap_async, addCodomainMapToChannel_async, getAvailableFamilies_async, getAvailableModels_async, getChannelCurveCoefficient_async, getChannelFamily_async, getChannelLookupTable_async, getChannelNoiseReduction_async, getChannelStats_async, getChannelWindowEnd_async, getChannelWindowStart_async, getCodomainMapContext_async, getCompressionLevel_async, getDefaultT_async, getDefaultZ_async, getModel_async, getPixels_async, getPixelsTypeLowerBound_async, getPixelsTypeUpperBound_async, getQuantumDef_async, getRenderingDefId_async, getRGBA_async, isActive_async, isPixelsTypeSigned_async, load_async, loadRenderingDef_async, lookupPixels_async, lookupRenderingDef_async, removeCodomainMap_async, removeCodomainMapFromChannel_async, render_async, renderAsPackedInt_async, renderCompressed_async, renderProjectedAsPackedInt_async, renderProjectedCompressed_async, resetDefaultSettings_async, saveAsNewSettings_async, saveCurrentSettings_async, setActive_async, setChannelLookupTable_async, setChannelWindow_async, setCodomainInterval_async, setCompressionLevel_async, setDefaultT_async, setDefaultZ_async, setModel_async, setOverlays_async, setQuantizationMap_async, setQuantumStrategy_async, setRGBA_async, updateCodomainMap_async, updateSettings_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperationsNC
activate_async, close_async, getCurrentEventContext_async, passivate_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
-
-