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 long
Annotatable. 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.long
Annotatable. 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.long
AnnotatableWrapper. 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 void
Annotatable. 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.void
Annotatable. 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.void
AnnotatableWrapper. 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 void
Annotatable. copyAnnotationLinks(Client client, Annotatable object)
Copies annotation links from some other object to this one.default void
Annotatable. linkIfNotLinked(Client client, Annotation... annotations)
Adds multiple annotations to the object in OMERO if they are not already linked.void
Annotatable. rate(Client client, int rating)
Rates the object (using a rating annotation).void
AnnotatableWrapper. rate(Client client, int rating)
Rates the object (using a rating annotation).protected void
AnnotatableWrapper. 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 void
Table. addRows(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois)
Adds rows from an ImageJResultsTable
.void
Table. addRows(Client client, ResultsTable results, java.lang.Long imageId, java.util.Collection<? extends Roi> ijRois, java.lang.String roiProperty)
Adds rows from an ImageJResultsTable
.void
TableWrapper. 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 class
GatewayWrapper
Allows 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 Client
Client. sudo(java.lang.String username)
Gets the client associated with the username in the parameters.Client
GatewayWrapper. 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 Dataset
Project. addDataset(Client client, Dataset dataset)
Adds a dataset to the project in OMERO.Dataset
Project. addDataset(Client client, java.lang.String name, java.lang.String description)
Adds a dataset to the project in OMERO.Dataset
ProjectWrapper. addDataset(Client client, java.lang.String name, java.lang.String description)
Adds a dataset to the project in OMERO.default void
Dataset. addImage(Client client, Image image)
Adds a single image to the dataset in OMEROdefault void
Dataset. 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.boolean
Dataset. importImages(Client client, java.lang.String... paths)
Imports all images candidates in the paths to the dataset in OMERO.boolean
DatasetWrapper. importImages(Client client, java.lang.String... paths)
Imports all images candidates in the paths to the dataset in OMERO.void
Project. removeDataset(Client client, Dataset dataset)
Removes a dataset from the project in OMERO.void
ProjectWrapper. removeDataset(Client client, Dataset dataset)
Removes a dataset from the project in OMERO.void
Dataset. removeImage(Client client, Image image)
Removes an image from the dataset in OMERO.void
DatasetWrapper. 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.Color
Image. getChannelColor(Client client, int index)
Gets the current color of the channeldefault ImagePlus
Image. 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 functionImagePlus
Image. 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 ImagePlus
Image. toImagePlus(Client client, ROI roi)
Gets the imagePlus from the image generated from the ROI.ImagePlus
ImageWrapper. 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.boolean
Screen. importImages(Client client, java.lang.String... paths)
Imports all images candidates in the paths to the screen in OMERO.boolean
ScreenWrapper. importImages(Client client, java.lang.String... paths)
Imports all images candidates in the paths to the screen in OMERO.
-