Package | Description |
---|---|
net.imagej.omero | |
net.imagej.omero.roi |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOMEROSession
Helper class for managing OMERO client sessions.
|
Modifier and Type | Method and Description |
---|---|
OMEROSession |
OMEROService.createSession(OMEROLocation location)
Creates an OMEROSession.
|
OMEROSession |
DefaultOMEROService.createSession(OMEROLocation location) |
OMEROSession |
OMEROService.session()
Returns the
OMEROSession related to the running thread. |
OMEROSession |
DefaultOMEROService.session() |
OMEROSession |
OMEROService.session(OMEROLocation location)
Returns an
OMEROSession using the given OMEROLocation . |
OMEROSession |
DefaultOMEROService.session(OMEROLocation location) |
Modifier and Type | Method and Description |
---|---|
void |
OMEROService.removeSession(OMEROSession session)
Remove the specified
OMEROSession for the cache of stored sessions. |
void |
DefaultOMEROService.removeSession(OMEROSession session) |
Modifier and Type | Method and Description |
---|---|
static <S extends ShapeData> |
ROIConverters.boundaryType(S shape,
OMEROSession session,
LogService log)
Gets the boundary behavior of this shape.
|
Copyright © 2014–2022 ImageJ. All rights reserved.