Package | Description |
---|---|
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,
e.g. containers (projects, datasets and folders).
|
fr.igred.omero.core |
This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.
|
Modifier and Type | Method and Description |
---|---|
List<Dataset> |
Annotation.getDatasets(Browser browser)
Gets all datasets with this annotation from OMERO.
|
List<Dataset> |
AnnotationWrapper.getDatasets(Browser browser)
Gets all datasets with this annotation from OMERO.
|
List<Dataset> |
AnnotationWrapper.getDatasets(Browser browser)
Gets all datasets with this annotation from OMERO.
|
List<Dataset> |
Annotation.getDatasets(Browser browser)
Gets all datasets with this annotation from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default Dataset |
Browser.getDataset(Long id)
Gets the dataset with the specified id from OMERO.
|
default Dataset |
Browser.getDataset(Long id)
Gets the dataset with the specified id from OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Dataset> |
Browser.getDatasets()
Gets all datasets available from OMERO.
|
default List<Dataset> |
Browser.getDatasets()
Gets all datasets available from OMERO.
|
default List<Dataset> |
Browser.getDatasets(Experimenter experimenter)
Gets all datasets available from OMERO owned by a given user.
|
default List<Dataset> |
Browser.getDatasets(Experimenter experimenter)
Gets all datasets available from OMERO owned by a given user.
|
default List<Dataset> |
Browser.getDatasets(Long... ids)
Gets the datasets with the specified ids from OMERO.
|
default List<Dataset> |
Browser.getDatasets(Long... ids)
Gets the datasets with the specified ids from OMERO.
|
default List<Dataset> |
Browser.getDatasets(String name)
Gets all datasets with a certain name from OMERO.
|
default List<Dataset> |
Browser.getDatasets(String name)
Gets all datasets with a certain name from OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetWrapper
Class containing a DatasetData object.
|
Modifier and Type | Method and Description |
---|---|
default Dataset |
Project.addDataset(DataManager dm,
Dataset dataset)
Adds a dataset to the project in OMERO.
|
default Dataset |
Project.addDataset(DataManager dm,
Dataset dataset)
Adds a dataset to the project in OMERO.
|
Dataset |
Project.addDataset(DataManager dm,
String name,
String description)
Creates a dataset and adds it to the project in OMERO. .
|
Dataset |
ProjectWrapper.addDataset(DataManager dm,
String name,
String description)
Creates a dataset and adds it to the project in OMERO. .
|
Dataset |
ProjectWrapper.addDataset(DataManager dm,
String name,
String description)
Creates a dataset and adds it to the project in OMERO. .
|
Dataset |
Project.addDataset(DataManager dm,
String name,
String description)
Creates a dataset and adds it to the project in OMERO. .
|
Modifier and Type | Method and Description |
---|---|
List<Dataset> |
Project.getDatasets()
Gets all the datasets in the project available from OMERO.
|
List<Dataset> |
ProjectWrapper.getDatasets()
Gets all the datasets in the project available from OMERO.
|
List<Dataset> |
ProjectWrapper.getDatasets()
Gets all the datasets in the project available from OMERO.
|
List<Dataset> |
Project.getDatasets()
Gets all the datasets in the project available from OMERO.
|
default List<Dataset> |
Project.getDatasets(Browser browser)
Reloads this project and retrieves the updated list of datasets contained in this project.
|
default List<Dataset> |
Project.getDatasets(Browser browser)
Reloads this project and retrieves the updated list of datasets contained in this project.
|
default List<Dataset> |
Project.getDatasets(String name)
Gets the dataset with the specified name from OMERO
|
default List<Dataset> |
Project.getDatasets(String name)
Gets the dataset with the specified name from OMERO
|
Modifier and Type | Method and Description |
---|---|
default Dataset |
Project.addDataset(DataManager dm,
Dataset dataset)
Adds a dataset to the project in OMERO.
|
default Dataset |
Project.addDataset(DataManager dm,
Dataset dataset)
Adds a dataset to the project 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 |
ProjectWrapper.removeDataset(Client client,
Dataset dataset)
Removes a dataset from the project in OMERO.
|
void |
Project.removeDataset(Client client,
Dataset dataset)
Removes a dataset from the project in OMERO.
|
Modifier and Type | Method and Description |
---|---|
default List<Dataset> |
Image.getDatasets(Browser browser)
Retrieves the datasets containing this image from OMERO.
|
default List<Dataset> |
Image.getDatasets(Browser browser)
Retrieves the datasets containing this image from OMERO.
|
Copyright © 2020–2023 GReD. All rights reserved.