Uses of Interface
fr.igred.omero.screen.Well
-
Packages that use Well 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 Well in fr.igred.omero
Methods in fr.igred.omero that return types with arguments of type Well Modifier and Type Method Description java.util.List<Well>
HCSLinked. getWells(Browser browser)
Retrieves the wells linked to this object, either directly, or through parents/children. -
Uses of Well in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that return types with arguments of type Well Modifier and Type Method Description java.util.List<Well>
AnnotationWrapper. getWells(Browser browser)
Gets all wells with this annotation from OMERO. -
Uses of Well in fr.igred.omero.client
Methods in fr.igred.omero.client that return Well Modifier and Type Method Description default Well
Browser. getWell(java.lang.Long id)
Gets the well with the specified id from OMERO.Methods in fr.igred.omero.client that return types with arguments of type Well Modifier and Type Method Description default java.util.List<Well>
Browser. getWells()
Gets all wells available from OMERO.default java.util.List<Well>
Browser. getWells(Experimenter experimenter)
Gets all wells available from OMERO owned by a given user.default java.util.List<Well>
Browser. getWells(java.lang.Long... ids)
Gets the wells with the specified ids from OMERO. -
Uses of Well in fr.igred.omero.core
Methods in fr.igred.omero.core that return types with arguments of type Well Modifier and Type Method Description default java.util.List<Well>
Image. getWells(Browser browser)
Retrieves the wells containing this image. -
Uses of Well in fr.igred.omero.screen
Classes in fr.igred.omero.screen that implement Well Modifier and Type Class Description class
WellWrapper
Class containing a WellData object.Methods in fr.igred.omero.screen that return Well Modifier and Type Method Description default Well
WellSample. getWell(Browser browser)
Retrieves the well containing this well sample.Methods in fr.igred.omero.screen that return types with arguments of type Well Modifier and Type Method Description java.util.List<Well>
Plate. getWells(Browser browser)
Gets all wells in the plate available from OMERO.default java.util.List<Well>
PlateAcquisition. getWells(Browser browser)
Retrieves the wells contained in the parent plate.java.util.List<Well>
PlateWrapper. getWells(Browser browser)
Gets all wells in the plate available from OMERO.default java.util.List<Well>
Screen. getWells(Browser browser)
Retrieves the wells linked to this object, either directly, or through parents/children.default java.util.List<Well>
Well. getWells(Browser browser)
Reloads this well and returns it as a singleton list.default java.util.List<Well>
WellSample. getWells(Browser browser)
Retrieves the well containing this Well Sample as a singleton list.
-