Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
ROI |
Image.getLinkedROI(int index) |
ROI |
Annotation.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 |
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> |
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 |
MicrobeamManipulation.linkROI(ROI o) |
void |
OME.removeROI(ROI roi) |
ROI |
Image.setLinkedROI(int index,
ROI o) |
ROI |
Annotation.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 |
MicrobeamManipulation.unlinkROI(ROI o) |
Constructor and Description |
---|
ROI(ROI orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment