Interface and Description |
---|
omero.gateway.cache.CacheService
This interface is not used and will be removed in future.
|
Method and Description |
---|
omero.gateway.model.ROIData.firstPlane()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.Gateway.getCacheService()
This method will be removed in future.
|
omero.gateway.model.ROIData.getPlaneCount()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.model.ROIData.getShapesInRange(ROICoordinate, ROICoordinate)
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.Gateway.joinSession()
This method will be removed in future (never used).
Tries to rejoin the session.
|
omero.gateway.model.ROIData.lastPlane()
Will be removed in future. Does not work as
expected if the ROI contains shapes which are associated
with all planes (Z, C, T == -1)
|
omero.gateway.ServerInformation.setHostname(String)
Renamed to
ServerInformation.setHost(String)
Set the hostname or websocket URL |
Constructor and Description |
---|
omero.gateway.Gateway(Logger, CacheService)
This constructor will be removed in future. Please
use
instead |
omero.gateway.Gateway(Logger, CacheService, ExecutorService, boolean)
This constructor will be removed in future. Please
use
instead |