Package | Description |
---|---|
fr.igred.omero.annotations |
This package contains interfaces and classes for handling annotations.
|
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<PlateAcquisition> |
Annotation.getPlateAcquisitions(Browser browser)
Gets all plate acquisitions with this annotation from OMERO.
|
List<PlateAcquisition> |
AnnotationWrapper.getPlateAcquisitions(Browser browser)
Gets all plate acquisitions with this annotation from OMERO.
|
List<PlateAcquisition> |
AnnotationWrapper.getPlateAcquisitions(Browser browser)
Gets all plate acquisitions with this annotation from OMERO.
|
List<PlateAcquisition> |
Annotation.getPlateAcquisitions(Browser browser)
Gets all plate acquisitions with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<PlateAcquisition> |
Image.getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this image.
|
default List<PlateAcquisition> |
Image.getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this image.
|
Modifier and Type | Class and Description |
---|---|
class |
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.
|
Modifier and Type | Method and Description |
---|---|
PlateAcquisition |
WellSample.getPlateAcquisition()
Returns the plate acquisition containing this well sample.
|
PlateAcquisition |
WellSampleWrapper.getPlateAcquisition()
Returns the plate acquisition containing this well sample.
|
PlateAcquisition |
WellSampleWrapper.getPlateAcquisition()
Returns the plate acquisition containing this well sample.
|
PlateAcquisition |
WellSample.getPlateAcquisition()
Returns the plate acquisition containing this well sample.
|
Modifier and Type | Method and Description |
---|---|
List<PlateAcquisition> |
Plate.getPlateAcquisitions()
Returns the plate acquisitions related to this plate.
|
List<PlateAcquisition> |
PlateWrapper.getPlateAcquisitions()
Returns the plate acquisitions related to this plate.
|
List<PlateAcquisition> |
PlateWrapper.getPlateAcquisitions()
Returns the plate acquisitions related to this plate.
|
List<PlateAcquisition> |
Plate.getPlateAcquisitions()
Returns the plate acquisitions related to this plate.
|
default List<PlateAcquisition> |
Plate.getPlateAcquisitions(Browser browser)
Reloads the plate and returns the plate acquisitions related to it.
|
default List<PlateAcquisition> |
Screen.getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this object, either directly, or through parents/children.
|
default List<PlateAcquisition> |
Well.getPlateAcquisitions(Browser browser)
Refreshes this well and returns the plate acquisitions linked to it.
|
default List<PlateAcquisition> |
Well.getPlateAcquisitions(Browser browser)
Refreshes this well and returns the plate acquisitions linked to it.
|
default List<PlateAcquisition> |
Screen.getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this object, either directly, or through parents/children.
|
default List<PlateAcquisition> |
Plate.getPlateAcquisitions(Browser browser)
Reloads the plate and returns the plate acquisitions related to it.
|
Copyright © 2020–2023 GReD. All rights reserved.