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<Well> |
Annotation.getWells(Browser browser)
Gets all wells with this annotation from OMERO.
|
List<Well> |
AnnotationWrapper.getWells(Browser browser)
Gets all wells with this annotation from OMERO.
|
List<Well> |
AnnotationWrapper.getWells(Browser browser)
Gets all wells with this annotation from OMERO.
|
List<Well> |
Annotation.getWells(Browser browser)
Gets all wells with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default Well |
Browser.getWell(Long id)
Gets the well with the specified id from OMERO.
|
default Well |
Browser.getWell(Long id)
Gets the well with the specified id from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Well> |
Browser.getWells()
Gets all wells available from OMERO.
|
default List<Well> |
Browser.getWells()
Gets all wells available from OMERO.
|
default List<Well> |
Browser.getWells(Experimenter experimenter)
Gets all wells available from OMERO owned by a given user.
|
default List<Well> |
Browser.getWells(Experimenter experimenter)
Gets all wells available from OMERO owned by a given user.
|
default List<Well> |
Browser.getWells(Long... ids)
Gets the wells with the specified ids from OMERO.
|
default List<Well> |
Browser.getWells(Long... ids)
Gets the wells with the specified ids from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Well> |
Image.getWells(Browser browser)
Retrieves the wells containing this image.
|
default List<Well> |
Image.getWells(Browser browser)
Retrieves the wells containing this image.
|
Modifier and Type | Class and Description |
---|---|
class |
WellWrapper
Class containing a WellData object.
|
Modifier and Type | Method and Description |
---|---|
default Well |
WellSample.getWell(Browser browser)
Retrieves the well containing this well sample.
|
default Well |
WellSample.getWell(Browser browser)
Retrieves the well containing this well sample.
|
Modifier and Type | Method and Description |
---|---|
List<Well> |
Plate.getWells(Browser browser)
Gets all wells in the plate available from OMERO.
|
default List<Well> |
PlateAcquisition.getWells(Browser browser)
Retrieves the wells containing the well samples for this plate acquisition.
|
List<Well> |
PlateWrapper.getWells(Browser browser)
Gets all wells in the plate available from OMERO.
|
default List<Well> |
Screen.getWells(Browser browser)
Retrieves the wells linked to this object, either directly, or through parents/children.
|
default List<Well> |
Screen.getWells(Browser browser)
Retrieves the wells linked to this object, either directly, or through parents/children.
|
List<Well> |
PlateWrapper.getWells(Browser browser)
Gets all wells in the plate available from OMERO.
|
default List<Well> |
PlateAcquisition.getWells(Browser browser)
Retrieves the wells containing the well samples for this plate acquisition.
|
List<Well> |
Plate.getWells(Browser browser)
Gets all wells in the plate available from OMERO.
|
Copyright © 2020–2023 GReD. All rights reserved.