Uses of Class
fr.igred.omero.repository.ImageWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains wrapper classes for annotations.
This package contains classes related to the hierarchical organization for images.
This package contains wrapper classes for OMERO shapes and ROIs.
-
Uses of ImageWrapper in fr.igred.omero
Modifier and TypeMethodDescriptionReturns the image with the specified ID from OMERO.Modifier and TypeMethodDescriptionBrowser.getImages()
Gets all images owned by the current user.abstract List<ImageWrapper>
Browser.getImages
(GenericAnnotationWrapper<?> annotation) Gets all images with the specified annotation from OMERO.Gets the images with the specified ids from OMEROGets all images with a certain name from OMERO.abstract List<ImageWrapper>
Gets all images with the name specified inside projects and datasets with the given names.Client.getImages
(GenericAnnotationWrapper<?> annotation) Gets all images with the specified annotation from OMERO.Gets all images with the name specified inside projects and datasets with the given names.abstract List<ImageWrapper>
Browser.getImagesKey
(String key) Deprecated.Gets all images with a certain keyClient.getImagesKey
(String key) Deprecated.Gets all images with a certain keyBrowser.getImagesLike
(String motif) Gets all images with a certain motif in their name from OMERO.abstract List<ImageWrapper>
Browser.getImagesPairKeyValue
(String key, String value) Deprecated.Gets all images with a certain key value pair from OMEROClient.getImagesPairKeyValue
(String key, String value) Deprecated.Gets all images with a certain key value pair from OMEROBrowser.getImagesTagged
(TagAnnotationWrapper tag) Deprecated.Gets all images tagged with a specified tag from OMERO.Browser.getImagesTagged
(Long tagId) Deprecated.Gets all images tagged with a specified tag from OMERO.Browser.getImagesWithKey
(String key) Gets all images with a certain key.Browser.getImagesWithKeyValuePair
(String key, String value) Gets all images with a certain key value pair from OMERO -
Uses of ImageWrapper in fr.igred.omero.annotations
Modifier and TypeMethodDescriptionGets all images with this annotation from OMERO. -
Uses of ImageWrapper in fr.igred.omero.repository
Modifier and TypeMethodDescriptionWellSampleWrapper.getImage()
Returns the image related to that sample if any.Modifier and TypeMethodDescriptionImageWrapper.getFilesetImages
(Client client) Returns the list of images sharing the same fileset as the current image.Gets all images in the dataset available from OMERO.Gets all images in the dataset with a certain name from OMERO.FolderWrapper.getImages()
Retrieves the images contained in this folder.Retrieves the images contained in this folder.PlateAcquisitionWrapper.getImages()
Retrieves the images contained in the well samples.Retrieves the images contained in the wells in the parent plate.Returns the images contained in the wells of this plate.Gets all images in the project available from OMERO.Gets all images in the project with a certain name from OMERO.Gets all images with a certain name from datasets with the specified name inside this project on OMERO.Retrieves the images contained in this screen.WellWrapper.getImages()
Retrieves the images contained in this well.DatasetWrapper.getImagesKey
(Client client, String key) Deprecated.Gets all images in the dataset with a certain keyProjectWrapper.getImagesKey
(Client client, String key) Deprecated.Gets all images in the project with a certain keyDatasetWrapper.getImagesLike
(Client client, String motif) Gets all images in the dataset with a certain motif in their name from OMERO.ProjectWrapper.getImagesLike
(Client client, String motif) Gets all images in the project with a certain motif in their name from OMERO.DatasetWrapper.getImagesPairKeyValue
(Client client, String key, String value) Deprecated.Gets all images in the dataset with a certain key value pair from OMEROProjectWrapper.getImagesPairKeyValue
(Client client, String key, String value) Deprecated.Gets all images in the project with a certain key value pair from OMERO.DatasetWrapper.getImagesTagged
(Client client, TagAnnotationWrapper tag) Gets all images in the dataset tagged with a specified tag from OMERO.DatasetWrapper.getImagesTagged
(Client client, Long tagId) Gets all images in the dataset tagged with a specified tag from OMERO.ProjectWrapper.getImagesTagged
(Client client, TagAnnotationWrapper tag) Gets all images in the project tagged with a specified tag from OMERO.ProjectWrapper.getImagesTagged
(Client client, Long tagId) Gets all images in the project tagged with a specified tag from OMERO.DatasetWrapper.getImagesWithKey
(Client client, String key) Gets all images in the dataset with a certain keyProjectWrapper.getImagesWithKey
(Client client, String key) Gets all images in the project with a certain keyDatasetWrapper.getImagesWithKeyValuePair
(Client client, String key, String value) Gets all images in the dataset with a certain key value pair from OMEROProjectWrapper.getImagesWithKeyValuePair
(Client client, String key, String value) Gets all images in the project with a certain key value pair from OMERO.DatasetWrapper.replaceImages
(Client client, Collection<? extends ImageWrapper> oldImages, ImageWrapper newImage) Replaces (and unlinks) a collection of images from this dataset by a new image, after copying their annotations and ROIs, and concatenating the descriptions (on new lines).Modifier and TypeMethodDescriptionvoid
DatasetWrapper.addImage
(Client client, ImageWrapper image) Adds a single image to the dataset in OMEROvoid
FolderWrapper.addImages
(Client client, ImageWrapper... images) Links images to the folder in OMERO.void
FolderWrapper.addROIs
(Client client, ImageWrapper image, ROIWrapper... rois) Adds ROIs to the folder and associate them to the provided image.FolderWrapper.getROIs
(Client client, ImageWrapper image) Gets the ROIs contained in the folder associated with the provided image.void
DatasetWrapper.removeImage
(Client client, ImageWrapper image) Removes an image from the dataset in OMERO.DatasetWrapper.replaceImages
(Client client, Collection<? extends ImageWrapper> oldImages, ImageWrapper newImage) Replaces (and unlinks) a collection of images from this dataset by a new image, after copying their annotations and ROIs, and concatenating the descriptions (on new lines).void
FolderWrapper.setImage
(ImageWrapper image) Deprecated.Sets the image associated to the foldervoid
WellSampleWrapper.setImage
(ImageWrapper image) Sets the image linked to this well sample.void
FolderWrapper.unlinkAllROIs
(Client client, ImageWrapper image) Unlink all ROIs associated to the provided image from the folder.Modifier and TypeMethodDescriptionvoid
DatasetWrapper.addImages
(Client client, List<? extends ImageWrapper> images) Adds a list of image to the dataset in OMERO.DatasetWrapper.replaceImages
(Client client, Collection<? extends ImageWrapper> oldImages, ImageWrapper newImage) Replaces (and unlinks) a collection of images from this dataset by a new image, after copying their annotations and ROIs, and concatenating the descriptions (on new lines). -
Uses of ImageWrapper in fr.igred.omero.roi
Modifier and TypeMethodDescriptionvoid
ROIWrapper.setImage
(ImageWrapper image) Sets the image linked to the ROI.