Uses of Class
ome.xml.model.ROI
-
Packages that use ROI Package Description ome.specification ome.xml.model -
-
Uses of ROI in ome.specification
Methods in ome.specification that return ROI Modifier and Type Method Description ROI
XMLMockObjects. createROI(int index, int z, int c, int t)
Creates an ROI. -
Uses of ROI in ome.xml.model
Methods in ome.xml.model that return ROI Modifier and Type Method Description ROI
Annotation. getLinkedROI(int index)
ROI
Folder. getLinkedROI(int index)
ROI
Image. getLinkedROI(int index)
ROI
MicrobeamManipulation. getLinkedROI(int index)
ROI
OME. getROI(int index)
ROI
Annotation. setLinkedROI(int index, ROI o)
ROI
Folder. setLinkedROI(int index, ROI o)
ROI
Image. setLinkedROI(int index, ROI o)
ROI
MicrobeamManipulation. setLinkedROI(int index, ROI o)
ROI
OME. setROI(int index, ROI roi)
Methods in ome.xml.model that return types with arguments of type ROI Modifier and Type Method Description List<ROI>
Annotation. copyLinkedROIList()
List<ROI>
Folder. copyLinkedROIList()
List<ROI>
Image. copyLinkedROIList()
List<ROI>
MicrobeamManipulation. copyLinkedROIList()
List<ROI>
OME. copyROIList()
Methods in ome.xml.model with parameters of type ROI Modifier and Type Method Description void
OME. addROI(ROI roi)
boolean
Annotation. linkROI(ROI o)
boolean
Folder. linkROI(ROI o)
boolean
Image. linkROI(ROI o)
boolean
MicrobeamManipulation. linkROI(ROI o)
void
OME. removeROI(ROI roi)
ROI
Annotation. setLinkedROI(int index, ROI o)
ROI
Folder. setLinkedROI(int index, ROI o)
ROI
Image. setLinkedROI(int index, ROI o)
ROI
MicrobeamManipulation. setLinkedROI(int index, ROI o)
ROI
OME. setROI(int index, ROI roi)
boolean
Annotation. unlinkROI(ROI o)
boolean
Folder. unlinkROI(ROI o)
boolean
Image. unlinkROI(ROI o)
boolean
MicrobeamManipulation. unlinkROI(ROI o)
Constructors in ome.xml.model with parameters of type ROI Constructor Description ROI(ROI orig)
Copy constructor.
-