Uses of Interface
fr.igred.omero.screen.PlateAcquisition
-
Packages that use PlateAcquisition Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.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, e.g. -
-
Uses of PlateAcquisition in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type PlateAcquisition Modifier and Type Method Description java.util.List<PlateAcquisition>
HCSLinked. getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this object, either directly, or through parents/children. -
Uses of PlateAcquisition in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type PlateAcquisition Modifier and Type Method Description java.util.List<PlateAcquisition>
AnnotationWrapper. getPlateAcquisitions(Browser browser)
Gets all plate acquisitions with this annotation from OMERO. -
Uses of PlateAcquisition in fr.igred.omero.core
Methods in fr.igred.omero.core that return types with arguments of type PlateAcquisition Modifier and Type Method Description default java.util.List<PlateAcquisition>
Image. getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this image. -
Uses of PlateAcquisition in fr.igred.omero.screen
Classes in fr.igred.omero.screen that implement PlateAcquisition Modifier and Type Class Description class
PlateAcquisitionWrapper
Class containing a PlateAcquisitionData object.Methods in fr.igred.omero.screen that return types with arguments of type PlateAcquisition Modifier and Type Method Description java.util.List<PlateAcquisition>
Plate. getPlateAcquisitions()
Returns the plate acquisitions related to this plate.default java.util.List<PlateAcquisition>
Plate. getPlateAcquisitions(Browser browser)
Reloads this plate and returns the related plate acquisitions.default java.util.List<PlateAcquisition>
PlateAcquisition. getPlateAcquisitions(Browser browser)
Returns this plate acquisitions as a singleton list.java.util.List<PlateAcquisition>
PlateWrapper. getPlateAcquisitions()
Returns the plate acquisitions related to this plate.default java.util.List<PlateAcquisition>
Screen. getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to this object, either directly, or through parents/children.default java.util.List<PlateAcquisition>
Well. getPlateAcquisitions(Browser browser)
Refreshes this well and returns the plate acquisitions linked to it.default java.util.List<PlateAcquisition>
WellSample. getPlateAcquisitions(Browser browser)
Returns the plate acquisitions linked to the parent Well.
-