Uses of Interface
fr.igred.omero.screen.Screen
-
Packages that use Screen 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.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them.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 Screen in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type Screen Modifier and Type Method Description java.util.List<Screen>
HCSLinked. getScreens(Browser browser)
Retrieves the screens linked to this object, either directly, or through parents/children. -
Uses of Screen in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type Screen Modifier and Type Method Description java.util.List<Screen>
AnnotationWrapper. getScreens(Browser browser)
Gets all screens with this annotation from OMERO. -
Uses of Screen in fr.igred.omero.client
Methods in fr.igred.omero.client that return Screen Modifier and Type Method Description default Screen
Browser. getScreen(java.lang.Long id)
Gets the screen with the specified id from OMERO.Methods in fr.igred.omero.client that return types with arguments of type Screen Modifier and Type Method Description default java.util.List<Screen>
Browser. getScreens()
Gets all screens available from OMERO.default java.util.List<Screen>
Browser. getScreens(Experimenter experimenter)
Gets all screens available from OMERO owned by a given user.default java.util.List<Screen>
Browser. getScreens(java.lang.Long... ids)
Gets the screens with the specified ids from OMERO. -
Uses of Screen in fr.igred.omero.core
Methods in fr.igred.omero.core that return types with arguments of type Screen Modifier and Type Method Description default java.util.List<Screen>
Image. getScreens(Browser browser)
Retrieves the screens containing this image -
Uses of Screen in fr.igred.omero.screen
Classes in fr.igred.omero.screen that implement Screen Modifier and Type Class Description class
ScreenWrapper
Class containing a ScreenData object.Methods in fr.igred.omero.screen that return types with arguments of type Screen Modifier and Type Method Description default java.util.List<Screen>
Plate. getScreens(Browser browser)
Retrieves the screens containing this plate.default java.util.List<Screen>
PlateAcquisition. getScreens(Browser browser)
Retrieves the screens containing the parent plates.default java.util.List<Screen>
Screen. getScreens(Browser browser)
Reloads and returns this screen as a singleton list.default java.util.List<Screen>
Well. getScreens(Browser browser)
Refreshes this well and retrieves the screens containing it.default java.util.List<Screen>
WellSample. getScreens(Browser browser)
Returns the screens containing the parent Well.
-