Package | Description |
---|---|
fr.igred.omero.annotations |
This package contains interfaces and classes for handling annotations.
|
fr.igred.omero.client |
This package contains the client interfaces used to interact with an OMERO server and a class implementing them.
|
fr.igred.omero.core |
This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.
|
fr.igred.omero.screen |
This package contains interfaces and classes related to the HCS organization, such as screens, plates or wells.
|
Modifier and Type | Method and Description |
---|---|
List<Screen> |
Annotation.getScreens(Browser browser)
Gets all screens with this annotation from OMERO.
|
List<Screen> |
AnnotationWrapper.getScreens(Browser browser)
Gets all screens with this annotation from OMERO.
|
List<Screen> |
AnnotationWrapper.getScreens(Browser browser)
Gets all screens with this annotation from OMERO.
|
List<Screen> |
Annotation.getScreens(Browser browser)
Gets all screens with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default Screen |
Browser.getScreen(Long id)
Gets the screen with the specified id from OMERO.
|
default Screen |
Browser.getScreen(Long id)
Gets the screen with the specified id from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Screen> |
Browser.getScreens()
Gets all screens available from OMERO.
|
default List<Screen> |
Browser.getScreens()
Gets all screens available from OMERO.
|
default List<Screen> |
Browser.getScreens(Experimenter experimenter)
Gets all screens available from OMERO owned by a given user.
|
default List<Screen> |
Browser.getScreens(Experimenter experimenter)
Gets all screens available from OMERO owned by a given user.
|
default List<Screen> |
Browser.getScreens(Long... ids)
Gets the screens with the specified ids from OMERO.
|
default List<Screen> |
Browser.getScreens(Long... ids)
Gets the screens with the specified ids from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Screen> |
Image.getScreens(Browser browser)
Retrieves the screens containing this image
|
default List<Screen> |
Image.getScreens(Browser browser)
Retrieves the screens containing this image
|
Modifier and Type | Class and Description |
---|---|
class |
ScreenWrapper
Class containing a ScreenData object.
|
Modifier and Type | Method and Description |
---|---|
default List<Screen> |
Plate.getScreens(Browser browser)
Retrieves the screens containing this plate.
|
default List<Screen> |
PlateAcquisition.getScreens(Browser browser)
Retrieves the screens containing the parent plates.
|
default List<Screen> |
Well.getScreens(Browser browser)
Refreshes this well and retrieves the screens containing it.
|
default List<Screen> |
WellSample.getScreens(Browser browser)
Returns the screens containing the parent Well.
|
default List<Screen> |
WellSample.getScreens(Browser browser)
Returns the screens containing the parent Well.
|
default List<Screen> |
Well.getScreens(Browser browser)
Refreshes this well and retrieves the screens containing it.
|
default List<Screen> |
PlateAcquisition.getScreens(Browser browser)
Retrieves the screens containing the parent plates.
|
default List<Screen> |
Plate.getScreens(Browser browser)
Retrieves the screens containing this plate.
|
Copyright © 2020–2023 GReD. All rights reserved.