Uses of Interface
fr.igred.omero.client.Client
-
Packages that use Client 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.containers This package contains interfaces and classes related to the hierarchical organization for images,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 Client in fr.igred.omero
Methods in fr.igred.omero with parameters of type Client Modifier and Type Method Description default longAnnotatable. addAndReplaceFile(Client client, java.io.File file)Uploads a file, links it to the object and unlinks previous files with the same name, or deletes them if they're orphaned.longAnnotatable. addAndReplaceFile(Client client, java.io.File file, ReplacePolicy policy)Uploads a file, links it to the object and unlinks or deletes previous files with the same name.longAnnotatableWrapper. addAndReplaceFile(Client client, java.io.File file, ReplacePolicy policy)Uploads a file, links it to the object and unlinks or deletes previous files with the same name.default voidAnnotatable. addAndReplaceTable(Client client, Table table)Adds a table to the object in OMERO and unlinks previous tables with the same name, or deletes them if they're orphaned.voidAnnotatable. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name.voidAnnotatableWrapper. addAndReplaceTable(Client client, Table table, ReplacePolicy policy)Adds a table to the object in OMERO and unlinks or deletes previous tables with the same name.default voidAnnotatable. copyAnnotationLinks(Client client, Annotatable object)Copies annotation links from some other object to this one.default voidAnnotatable. linkIfNotLinked(Client client, Annotation... annotations)Adds multiple annotations to the object in OMERO if they are not already linked.voidAnnotatable. rate(Client client, int rating)Rates the object (using a rating annotation).voidAnnotatableWrapper. rate(Client client, int rating)Rates the object (using a rating annotation).protected voidAnnotatableWrapper. removeLink(Client client, java.lang.String linkType, long childId)Removes the link of the given type with the given child ID.<A extends Annotation>
voidAnnotatable. unlink(Client client, A annotation)Unlinks the given annotation from the current object.<A extends Annotation>
voidAnnotatableWrapper. unlink(Client client, A annotation)Unlinks the given annotation from the current object. -
Uses of Client in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations with parameters of type Client Modifier and Type Method Description default voidTable. addRows(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois)Adds rows from an ImageJResultsTable.voidTable. addRows(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois, java.lang.String roiProperty)Adds rows from an ImageJResultsTable.voidTableWrapper. addRows(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois, java.lang.String roiProperty)Adds rows from an ImageJResultsTable.Constructors in fr.igred.omero.annotations with parameters of type Client Constructor Description TableWrapper(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois)Constructor of the class TableWrapper.TableWrapper(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois, java.lang.String roiProperty)Constructor of the class TableWrapper. -
Uses of Client in fr.igred.omero.client
Classes in fr.igred.omero.client that implement Client Modifier and Type Class Description classGatewayWrapperAllows the user to connect to OMERO and browse through all the data accessible to the user.Methods in fr.igred.omero.client that return Client Modifier and Type Method Description ClientClient. sudo(java.lang.String username)Gets the client associated with the username in the parameters.ClientGatewayWrapper. sudo(java.lang.String username)Returns a Client associated with the given username. -
Uses of Client in fr.igred.omero.containers
Methods in fr.igred.omero.containers with parameters of type Client Modifier and Type Method Description default DatasetProject. addDataset(Client client, Dataset dataset)Adds a dataset to the project in OMERO.DatasetProject. addDataset(Client client, java.lang.String name, java.lang.String description)Adds a dataset to the project in OMERO.DatasetProjectWrapper. addDataset(Client client, java.lang.String name, java.lang.String description)Adds a dataset to the project in OMERO.default voidDataset. addImage(Client client, Image image)Adds a single image to the dataset in OMEROdefault voidDataset. addImages(Client client, java.lang.Iterable<? extends Image> images)Adds a list of image to the dataset in OMERO.default java.util.List<java.lang.Long>Dataset. importAndReplaceImages(Client client, java.lang.String path)Imports one image file to the dataset in OMERO and replace older images sharing the same name after copying their annotations and ROIs, and concatenating the descriptions (on new lines) by unlinking them.default java.util.List<java.lang.Long>Dataset. importAndReplaceImages(Client client, java.lang.String path, ReplacePolicy policy)Imports one image file to the dataset in OMERO and replace older images sharing the same name after copying their annotations and ROIs, and concatenating the descriptions (on new lines) by unlinking or even deleting them.java.util.List<java.lang.Long>Dataset. importImage(Client client, java.lang.String path)Imports one image file to the dataset in OMERO.java.util.List<java.lang.Long>DatasetWrapper. importImage(Client client, java.lang.String path)Imports one image file to the dataset in OMERO.booleanDataset. importImages(Client client, java.lang.String... paths)Imports all images candidates in the paths to the dataset in OMERO.booleanDatasetWrapper. importImages(Client client, java.lang.String... paths)Imports all images candidates in the paths to the dataset in OMERO.voidProject. removeDataset(Client client, Dataset dataset)Removes a dataset from the project in OMERO.voidProjectWrapper. removeDataset(Client client, Dataset dataset)Removes a dataset from the project in OMERO.voidDataset. removeImage(Client client, Image image)Removes an image from the dataset in OMERO.voidDatasetWrapper. removeImage(Client client, Image image)Removes an image from the dataset in OMERO.default java.util.List<Image>Dataset. replaceImages(Client client, java.util.Collection<? extends Image> oldImages, Image 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 Client in fr.igred.omero.core
Methods in fr.igred.omero.core with parameters of type Client Modifier and Type Method Description default java.awt.ColorImage. getChannelColor(Client client, int index)Gets the current color of the channeldefault ImagePlusImage. 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 functionImagePlusImage. toImagePlus(Client client, int[] xBounds, int[] yBounds, int[] cBounds, int[] zBounds, int[] tBounds)Gets the imagePlus generated from the image from OMERO corresponding to the bound.default ImagePlusImage. toImagePlus(Client client, ROI roi)Gets the imagePlus from the image generated from the ROI.ImagePlusImageWrapper. toImagePlus(Client client, int[] xBounds, int[] yBounds, int[] cBounds, int[] zBounds, int[] tBounds)Gets the imagePlus generated from the image from OMERO corresponding to the bound. -
Uses of Client in fr.igred.omero.screen
Methods in fr.igred.omero.screen with parameters of type Client Modifier and Type Method Description java.util.List<java.lang.Long>Screen. importImage(Client client, java.lang.String path)Imports one image file to the screen in OMERO.java.util.List<java.lang.Long>ScreenWrapper. importImage(Client client, java.lang.String path)Imports one image file to the screen in OMERO.booleanScreen. importImages(Client client, java.lang.String... paths)Imports all images candidates in the paths to the screen in OMERO.booleanScreenWrapper. importImages(Client client, java.lang.String... paths)Imports all images candidates in the paths to the screen in OMERO.
-