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<Plate> |
Annotation.getPlates(Browser browser)
Gets all plates with this annotation from OMERO.
|
List<Plate> |
AnnotationWrapper.getPlates(Browser browser)
Gets all plates with this annotation from OMERO.
|
List<Plate> |
AnnotationWrapper.getPlates(Browser browser)
Gets all plates with this annotation from OMERO.
|
List<Plate> |
Annotation.getPlates(Browser browser)
Gets all plates with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default Plate |
Browser.getPlate(Long id)
Gets the plate with the specified id from OMERO.
|
default Plate |
Browser.getPlate(Long id)
Gets the plate with the specified id from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Plate> |
Browser.getPlates()
Gets all plates available from OMERO.
|
default List<Plate> |
Browser.getPlates()
Gets all plates available from OMERO.
|
default List<Plate> |
Browser.getPlates(Experimenter experimenter)
Gets all plates available from OMERO owned by a given user.
|
default List<Plate> |
Browser.getPlates(Experimenter experimenter)
Gets all plates available from OMERO owned by a given user.
|
default List<Plate> |
Browser.getPlates(Long... ids)
Gets the plates with the specified ids from OMERO.
|
default List<Plate> |
Browser.getPlates(Long... ids)
Gets the plates with the specified ids from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Plate> |
Image.getPlates(Browser browser)
Retrieves the plates containing this image.
|
default List<Plate> |
Image.getPlates(Browser browser)
Retrieves the plates containing this image.
|
Modifier and Type | Class and Description |
---|---|
class |
PlateWrapper
Class containing a PlateData object.
|
Modifier and Type | Method and Description |
---|---|
Plate |
Well.getPlate()
Returns the plate containing this Well.
|
Plate |
WellWrapper.getPlate()
Returns the plate containing this Well.
|
Plate |
WellWrapper.getPlate()
Returns the plate containing this Well.
|
Plate |
Well.getPlate()
Returns the plate containing this Well.
|
Modifier and Type | Method and Description |
---|---|
List<Plate> |
Screen.getPlates()
Returns the plates contained in this screen.
|
List<Plate> |
ScreenWrapper.getPlates()
Returns the plates contained in this screen.
|
List<Plate> |
ScreenWrapper.getPlates()
Returns the plates contained in this screen.
|
List<Plate> |
Screen.getPlates()
Returns the plates contained in this screen.
|
default List<Plate> |
PlateAcquisition.getPlates(Browser browser)
Returns the (updated) parent plate as a singleton list.
|
default List<Plate> |
Screen.getPlates(Browser browser)
Reloads this screen and returns the updated list of plates within.
|
default List<Plate> |
Well.getPlates(Browser browser)
Reloads this well and returns the plate containing it.
|
default List<Plate> |
WellSample.getPlates(Browser browser)
Returns the plates containing the parent Well.
|
default List<Plate> |
WellSample.getPlates(Browser browser)
Returns the plates containing the parent Well.
|
default List<Plate> |
Well.getPlates(Browser browser)
Reloads this well and returns the plate containing it.
|
default List<Plate> |
Screen.getPlates(Browser browser)
Reloads this screen and returns the updated list of plates within.
|
default List<Plate> |
PlateAcquisition.getPlates(Browser browser)
Returns the (updated) parent plate as a singleton list.
|
default List<Plate> |
Screen.getPlates(String name)
Returns the plates contained in this screen, with the specified name.
|
default List<Plate> |
Screen.getPlates(String name)
Returns the plates contained in this screen, with the specified name.
|
Copyright © 2020–2023 GReD. All rights reserved.