Uses of Class
fr.igred.omero.repository.WellWrapper
-
Packages that use WellWrapper 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 WellWrapper in fr.igred.omero
Methods in fr.igred.omero that return WellWrapper Modifier and Type Method Description WellWrapper
Browser. getWell(Long id)
Gets the well with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type WellWrapper Modifier and Type Method Description List<WellWrapper>
Browser. getWells()
Gets all wells available from OMERO.List<WellWrapper>
Browser. getWells(ExperimenterWrapper experimenter)
Gets all wells available from OMERO owned by a given user.List<WellWrapper>
Browser. getWells(Long... ids)
Gets the wells with the specified ids from OMERO. -
Uses of WellWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type WellWrapper Modifier and Type Method Description List<WellWrapper>
GenericAnnotationWrapper. getWells(Client client)
Gets all wells with this annotation from OMERO. -
Uses of WellWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return WellWrapper Modifier and Type Method Description WellWrapper
WellSampleWrapper. getWell(Client client)
Retrieves the well containing this well sampleMethods in fr.igred.omero.repository that return types with arguments of type WellWrapper Modifier and Type Method Description List<WellWrapper>
ImageWrapper. getWells(Client client)
Retrieves the wells containing this image.List<WellWrapper>
PlateAcquisitionWrapper. getWells(Client client)
Retrieves the wells contained in the parent plate.List<WellWrapper>
PlateWrapper. getWells(Client client)
Gets all wells in the plate available from OMERO.List<WellWrapper>
ScreenWrapper. getWells(Client client)
Retrieves the wells linked to this object, either directly, or through parents/children.
-