Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
ROI |
XMLMockObjects.createROI(int index,
int z,
int c,
int t)
Creates an ROI.
|
Modifier and Type | Field and Description |
---|---|
private List<ROI> |
Image.roiLinks |
private List<ROI> |
Annotation.roiLinks |
private List<ROI> |
Folder.roiLinks |
private List<ROI> |
MicrobeamManipulation.roiLinks |
private List<ROI> |
OME.roIs |
Modifier and Type | Method and Description |
---|---|
ROI |
Image.getLinkedROI(int index) |
ROI |
Annotation.getLinkedROI(int index) |
ROI |
Folder.getLinkedROI(int index) |
ROI |
MicrobeamManipulation.getLinkedROI(int index) |
ROI |
OME.getROI(int index) |
ROI |
Image.setLinkedROI(int index,
ROI o) |
ROI |
Annotation.setLinkedROI(int index,
ROI o) |
ROI |
Folder.setLinkedROI(int index,
ROI o) |
ROI |
MicrobeamManipulation.setLinkedROI(int index,
ROI o) |
ROI |
OME.setROI(int index,
ROI roi) |
Modifier and Type | Method and Description |
---|---|
List<ROI> |
Image.copyLinkedROIList() |
List<ROI> |
Annotation.copyLinkedROIList() |
List<ROI> |
Folder.copyLinkedROIList() |
List<ROI> |
MicrobeamManipulation.copyLinkedROIList() |
List<ROI> |
OME.copyROIList() |
Modifier and Type | Method and Description |
---|---|
void |
OME.addROI(ROI roi) |
boolean |
Image.linkROI(ROI o) |
boolean |
Annotation.linkROI(ROI o) |
boolean |
Folder.linkROI(ROI o) |
boolean |
MicrobeamManipulation.linkROI(ROI o) |
void |
OME.removeROI(ROI roi) |
ROI |
Image.setLinkedROI(int index,
ROI o) |
ROI |
Annotation.setLinkedROI(int index,
ROI o) |
ROI |
Folder.setLinkedROI(int index,
ROI o) |
ROI |
MicrobeamManipulation.setLinkedROI(int index,
ROI o) |
ROI |
OME.setROI(int index,
ROI roi) |
boolean |
Image.unlinkROI(ROI o) |
boolean |
Annotation.unlinkROI(ROI o) |
boolean |
Folder.unlinkROI(ROI o) |
boolean |
MicrobeamManipulation.unlinkROI(ROI o) |
Constructor and Description |
---|
ROI(ROI orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment