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 ROIXMLMockObjects. 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 ROIAnnotation. getLinkedROI(int index)ROIFolder. getLinkedROI(int index)ROIImage. getLinkedROI(int index)ROIMicrobeamManipulation. getLinkedROI(int index)ROIOME. getROI(int index)ROIAnnotation. setLinkedROI(int index, ROI o)ROIFolder. setLinkedROI(int index, ROI o)ROIImage. setLinkedROI(int index, ROI o)ROIMicrobeamManipulation. setLinkedROI(int index, ROI o)ROIOME. setROI(int index, ROI roi)Methods in ome.xml.model that return types with arguments of type ROI Modifier and Type Method Description java.util.List<ROI>Annotation. copyLinkedROIList()java.util.List<ROI>Folder. copyLinkedROIList()java.util.List<ROI>Image. copyLinkedROIList()java.util.List<ROI>MicrobeamManipulation. copyLinkedROIList()java.util.List<ROI>OME. copyROIList()Methods in ome.xml.model with parameters of type ROI Modifier and Type Method Description voidOME. addROI(ROI roi)booleanAnnotation. linkROI(ROI o)booleanFolder. linkROI(ROI o)booleanImage. linkROI(ROI o)booleanMicrobeamManipulation. linkROI(ROI o)voidOME. removeROI(ROI roi)ROIAnnotation. setLinkedROI(int index, ROI o)ROIFolder. setLinkedROI(int index, ROI o)ROIImage. setLinkedROI(int index, ROI o)ROIMicrobeamManipulation. setLinkedROI(int index, ROI o)ROIOME. setROI(int index, ROI roi)booleanAnnotation. unlinkROI(ROI o)booleanFolder. unlinkROI(ROI o)booleanImage. unlinkROI(ROI o)booleanMicrobeamManipulation. unlinkROI(ROI o)Constructors in ome.xml.model with parameters of type ROI Constructor Description ROI(ROI orig)Copy constructor.
-