Uses of Class
ome.xml.model.MapAnnotation
-
Packages that use MapAnnotation Package Description ome.xml.model -
-
Uses of MapAnnotation in ome.xml.model
Methods in ome.xml.model that return MapAnnotation Modifier and Type Method Description MapAnnotationStructuredAnnotations. getMapAnnotation(int index)MapAnnotationStructuredAnnotations. setMapAnnotation(int index, MapAnnotation mapAnnotation)Methods in ome.xml.model that return types with arguments of type MapAnnotation Modifier and Type Method Description java.util.List<MapAnnotation>StructuredAnnotations. copyMapAnnotationList()Methods in ome.xml.model with parameters of type MapAnnotation Modifier and Type Method Description voidStructuredAnnotations. addMapAnnotation(MapAnnotation mapAnnotation)voidStructuredAnnotations. removeMapAnnotation(MapAnnotation mapAnnotation)MapAnnotationStructuredAnnotations. setMapAnnotation(int index, MapAnnotation mapAnnotation)Constructors in ome.xml.model with parameters of type MapAnnotation Constructor Description MapAnnotation(MapAnnotation orig)Copy constructor.
-