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