Package omero.api
Interface PyramidService
-
- All Superinterfaces:
_PyramidServiceOperations
,_PyramidServiceOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
,StatefulServiceInterface
- All Known Subinterfaces:
RawPixelsStore
,RenderingEngine
- All Known Implementing Classes:
_PyramidServiceDisp
,_PyramidServiceTie
,_RawPixelsStoreDisp
,_RawPixelsStoreTie
,_RenderingEngineDisp
,_RenderingEngineTie
,BfPixelsStoreI
public interface PyramidService extends Ice.Object, _PyramidServiceOperations, _PyramidServiceOperationsNC, StatefulServiceInterface
-
-
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._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
-
-