Uses of Class
fr.igred.omero.repository.ScreenWrapper
-
Packages that use ScreenWrapper 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 ScreenWrapper in fr.igred.omero
Methods in fr.igred.omero that return ScreenWrapper Modifier and Type Method Description ScreenWrapper
Browser. getScreen(Long id)
Gets the screen with the specified id from OMERO.Methods in fr.igred.omero that return types with arguments of type ScreenWrapper Modifier and Type Method Description List<ScreenWrapper>
Browser. getScreens()
Gets all screens available from OMERO.List<ScreenWrapper>
Browser. getScreens(ExperimenterWrapper experimenter)
Gets all screens available from OMERO owned by a given user.List<ScreenWrapper>
Browser. getScreens(Long... ids)
Gets the screens with the specified ids from OMERO. -
Uses of ScreenWrapper in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type ScreenWrapper Modifier and Type Method Description List<ScreenWrapper>
GenericAnnotationWrapper. getScreens(Client client)
Gets all screens with this annotation from OMERO. -
Uses of ScreenWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository that return types with arguments of type ScreenWrapper Modifier and Type Method Description List<ScreenWrapper>
ImageWrapper. getScreens(Client client)
Retrieves the screens containing this imageList<ScreenWrapper>
PlateAcquisitionWrapper. getScreens(Client client)
Retrieves the screens containing the parent plates.List<ScreenWrapper>
PlateWrapper. getScreens(Client client)
Retrieves the screens containing this plate.List<ScreenWrapper>
WellSampleWrapper. getScreens(Client client)
Returns the screens containing the parent Well.List<ScreenWrapper>
WellWrapper. getScreens(Client client)
Refreshes this well and retrieves the screens containing it.
-