DatasetWrapper | 
ProjectWrapper.addDataset(Client client,
          DatasetWrapper dataset) | 
 Adds a dataset to the project in OMERO. 
 | 
DatasetWrapper | 
ProjectWrapper.addDataset(Client client,
          String name,
          String description) | 
 Adds a dataset to the project in OMERO. 
 | 
void | 
DatasetWrapper.addImage(Client client,
        ImageWrapper image) | 
 Adds a single image to the dataset in OMERO 
 | 
void | 
DatasetWrapper.addImages(Client client,
         List<? extends ImageWrapper> images) | 
 Adds a list of image to the dataset in OMERO. 
 | 
void | 
GenericRepositoryObjectWrapper.addMapAnnotation(Client client,
                MapAnnotationWrapper mapAnnotation) | 
 Adds a List of Key-Value pair to the object 
 | 
void | 
GenericRepositoryObjectWrapper.addPairKeyValue(Client client,
               String key,
               String value) | 
 Adds a single Key-Value pair to the object. 
 | 
void | 
FolderWrapper.addROI(Client client,
      ROIWrapper roi) | 
 Add an ROI to the folder and associate it to the image id set(an image need to be associated) 
 | 
void | 
GenericRepositoryObjectWrapper.addTable(Client client,
        TableWrapper table) | 
 Adds a table to the object in OMERO 
 | 
protected void | 
FolderWrapper.addTag(Client client,
      TagAnnotationData tagData) | 
 Private function. 
 | 
void | 
GenericRepositoryObjectWrapper.addTag(Client client,
      TagAnnotationWrapper tag) | 
 Adds a tag to the object in OMERO, if possible. 
 | 
void | 
GenericRepositoryObjectWrapper.addTag(Client client,
      Long id) | 
 Adds multiple tags to the object in OMERO, if possible. 
 | 
void | 
GenericRepositoryObjectWrapper.addTag(Client client,
      String name,
      String description) | 
 Adds a newly created tag to the object in OMERO, if possible. 
 | 
protected void | 
GenericRepositoryObjectWrapper.addTag(Client client,
      TagAnnotationData tagData) | 
 Protected function. 
 | 
protected void | 
PlateAcquisitionWrapper.addTag(Client client,
      TagAnnotationData tagData) | 
 Protected function. 
 | 
void | 
GenericRepositoryObjectWrapper.addTags(Client client,
       TagAnnotationWrapper... tags) | 
 Adds multiple tag to the object in OMERO, if possible. 
 | 
void | 
GenericRepositoryObjectWrapper.addTags(Client client,
       Long... ids) | 
 Adds multiple tags by ID to the object in OMERO, if possible. 
 | 
List<File> | 
ImageWrapper.download(Client client,
        String path) | 
 Downloads the original files from the server. 
 | 
double[][][][][] | 
PixelsWrapper.getAllPixels(Client client) | 
 Returns an array containing the value for each voxel 
 | 
double[][][][][] | 
PixelsWrapper.getAllPixels(Client client,
            int[] xBound,
            int[] yBound,
            int[] cBound,
            int[] zBound,
            int[] tBound) | 
 Returns an array containing the value for each voxel corresponding to the bounds 
 | 
Color | 
ImageWrapper.getChannelColor(Client client,
               int index) | 
 Gets the current color of the channel 
 | 
Color | 
ImageWrapper.getChannelImportedColor(Client client,
                       int index) | 
 Gets the original color of the channel 
 | 
String | 
ImageWrapper.getChannelName(Client client,
              int index) | 
 Gets the name of the channel 
 | 
List<ChannelWrapper> | 
ImageWrapper.getChannels(Client client) | 
 Gets the image channels 
 | 
List<FileAnnotationWrapper> | 
GenericRepositoryObjectWrapper.getFileAnnotations(Client client) | 
 Returns the file annotations 
 | 
List<FolderWrapper> | 
ImageWrapper.getFolders(Client client) | 
 Gets the list of Folder linked to the image Associate the folder to the image 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImages(Client client) | 
 Gets all images in the dataset available from OMERO. 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImages(Client client,
         String name) | 
 Gets all images in the dataset with a certain from OMERO. 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImages(Client client) | 
 Gets all images in the project available from OMERO. 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImages(Client client,
         String name) | 
 Gets all images in the project with a certain from OMERO. 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImagesKey(Client client,
            String key) | 
 Gets all images in the dataset with a certain key 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImagesKey(Client client,
            String key) | 
 Gets all images in the project with a certain key 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImagesLike(Client client,
             String motif) | 
 Gets all images in the dataset with a certain motif in their name from OMERO. 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImagesLike(Client client,
             String motif) | 
 Gets all images in the project with a certain motif in their name from OMERO. 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImagesPairKeyValue(Client client,
                     String key,
                     String value) | 
 Gets all images in the dataset with a certain key value pair from OMERO 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImagesPairKeyValue(Client client,
                     String key,
                     String value) | 
 Gets all images in the project with a certain key value pair from OMERO. 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImagesTagged(Client client,
               TagAnnotationWrapper tag) | 
 Gets all images in the dataset tagged with a specified tag from OMERO. 
 | 
List<ImageWrapper> | 
DatasetWrapper.getImagesTagged(Client client,
               Long tagId) | 
 Gets all images in the dataset tagged with a specified tag from OMERO. 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImagesTagged(Client client,
               TagAnnotationWrapper tag) | 
 Gets all images in the project tagged with a specified tag from OMERO. 
 | 
List<ImageWrapper> | 
ProjectWrapper.getImagesTagged(Client client,
               Long tagId) | 
 Gets all images in the project tagged with a specified tag from OMERO. 
 | 
Map<String,String> | 
GenericRepositoryObjectWrapper.getKeyValuePairs(Client client) | 
 Gets the List of NamedValue (Key-Value pair) associated to an object. 
 | 
byte[][][][] | 
PixelsWrapper.getRawPixels(Client client,
            int bpp) | 
 Returns an array containing the raw values for each voxel for each planes 
 | 
byte[][][][] | 
PixelsWrapper.getRawPixels(Client client,
            int[] xBound,
            int[] yBound,
            int[] cBound,
            int[] zBound,
            int[] tBound,
            int bpp) | 
 Returns an array containing the raw values for each voxel for each plane corresponding to the bounds 
 | 
List<ROIWrapper> | 
FolderWrapper.getROIs(Client client) | 
 Gets the ROI contained in the folder associated with the image id set (an image need to be associated) 
 | 
List<ROIWrapper> | 
ImageWrapper.getROIs(Client client) | 
 Gets all ROIs linked to the image in OMERO 
 | 
TableWrapper | 
GenericRepositoryObjectWrapper.getTable(Client client,
        Long fileId) | 
 Gets a certain table linked to the object in OMERO 
 | 
List<TableWrapper> | 
GenericRepositoryObjectWrapper.getTables(Client client) | 
 Gets all tables linked to the object in OMERO. 
 | 
List<TagAnnotationWrapper> | 
GenericRepositoryObjectWrapper.getTags(Client client) | 
 Gets all tag linked to an object in OMERO, if possible. 
 | 
String | 
GenericRepositoryObjectWrapper.getValue(Client client,
        String key) | 
 Gets the value from a Key-Value pair associated to the object 
 | 
List<WellWrapper> | 
PlateWrapper.getWells(Client client) | 
 Gets all wells in the plate available from OMERO. 
 | 
List<Long> | 
DatasetWrapper.importImage(Client client,
           String path) | 
 Imports one image candidate in the paths to the dataset in OMERO. 
 | 
boolean | 
DatasetWrapper.importImages(Client client,
            String... paths) | 
 Imports all images candidates in the paths to the dataset in OMERO. 
 | 
void | 
DatasetWrapper.refresh(Client client) | 
 Refreshes the wrapped dataset. 
 | 
void | 
ProjectWrapper.refresh(Client client) | 
 Refreshes the wrapped project. 
 | 
void | 
ProjectWrapper.removeDataset(Client client,
             DatasetWrapper dataset) | 
 Removes a dataset from the project in OMERO. 
 | 
void | 
DatasetWrapper.removeImage(Client client,
           ImageWrapper image) | 
 Removes an image from the dataset in OMERO. 
 | 
protected void | 
GenericRepositoryObjectWrapper.removeLink(Client client,
          String linkType,
          long childId) | 
 Removes the link of the given type with the given child ID. 
 | 
void | 
ImageWrapper.saveROI(Client client,
       ROIWrapper roi) | 
 Links a ROI to the image in OMERO 
 | 
ImagePlus | 
ImageWrapper.toImagePlus(Client client) | 
 Generates the ImagePlus from the ij library corresponding to the image from OMERO WARNING : you need to include
 the ij library to use this function 
 | 
ImagePlus | 
ImageWrapper.toImagePlus(Client client,
           int[] xBound,
           int[] yBound,
           int[] cBound,
           int[] zBound,
           int[] tBound) | 
 Gets the imagePlus generated from the image from OMERO corresponding to the bound 
 | 
ImagePlus | 
ImageWrapper.toImagePlus(Client client,
           ROIWrapper roi) | 
 Gets the imagePlus from the image generated from the ROI. 
 | 
<A extends GenericAnnotationWrapper<?>> void | 
GenericRepositoryObjectWrapper.unlink(Client client,
      A annotation) | 
 Unlinks the given annotation from the current object. 
 | 
void | 
FolderWrapper.unlinkAllROI(Client client) | 
 Unlink all ROI, associated to the image set, in the folder. 
 | 
void | 
FolderWrapper.unlinkROI(Client client,
         ROIWrapper roi) | 
 Unlink an ROI, associated to the image set, in the folder. 
 |