Uses of Class
fr.igred.omero.repository.PlateWrapper
-
Packages that use PlateWrapper Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images. -
-
Uses of PlateWrapper in fr.igred.omero
Methods in fr.igred.omero that return PlateWrapper Modifier and Type Method Description PlateWrapper
Browser. getPlate(Long id)
Gets the plate with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type PlateWrapper Modifier and Type Method Description List<PlateWrapper>
Browser. getPlates()
Gets all plates available from OMERO.List<PlateWrapper>
Browser. getPlates(ExperimenterWrapper experimenter)
Gets all plates available from OMERO owned by a given user.List<PlateWrapper>
Browser. getPlates(Long... ids)
Gets the plates with the specified ids from OMERO. -
Uses of PlateWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type PlateWrapper Modifier and Type Method Description List<PlateWrapper>
GenericAnnotationWrapper. getPlates(Client client)
Gets all plates with this annotation from OMERO. -
Uses of PlateWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return PlateWrapper Modifier and Type Method Description PlateWrapper
WellWrapper. getPlate()
Returns the plate containing this Well.Methods in fr.igred.omero.repository that return types with arguments of type PlateWrapper Modifier and Type Method Description List<PlateWrapper>
ImageWrapper. getPlates(Client client)
Retrieves the plates containing this image.List<PlateWrapper>
PlateAcquisitionWrapper. getPlates(Client client)
Returns the (updated) parent plate as a singleton list.List<PlateWrapper>
ScreenWrapper. getPlates()
Returns the plates contained in this screen.List<PlateWrapper>
ScreenWrapper. getPlates(String name)
Returns the plates contained in this screen, with the specified name.List<PlateWrapper>
WellSampleWrapper. getPlates(Client client)
Returns the plates containing the parent Well.
-