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 MapAnnotation
StructuredAnnotations. getMapAnnotation(int index)
MapAnnotation
StructuredAnnotations. setMapAnnotation(int index, MapAnnotation mapAnnotation)
Methods in ome.xml.model that return types with arguments of type MapAnnotation Modifier and Type Method Description List<MapAnnotation>
StructuredAnnotations. copyMapAnnotationList()
Methods in ome.xml.model with parameters of type MapAnnotation Modifier and Type Method Description void
StructuredAnnotations. addMapAnnotation(MapAnnotation mapAnnotation)
void
StructuredAnnotations. removeMapAnnotation(MapAnnotation mapAnnotation)
MapAnnotation
StructuredAnnotations. setMapAnnotation(int index, MapAnnotation mapAnnotation)
Constructors in ome.xml.model with parameters of type MapAnnotation Constructor Description MapAnnotation(MapAnnotation orig)
Copy constructor.
-