Uses of Class
ome.xml.model.DoubleAnnotation
-
Packages that use DoubleAnnotation Package Description ome.xml.model -
-
Uses of DoubleAnnotation in ome.xml.model
Methods in ome.xml.model that return DoubleAnnotation Modifier and Type Method Description DoubleAnnotation
StructuredAnnotations. getDoubleAnnotation(int index)
DoubleAnnotation
StructuredAnnotations. setDoubleAnnotation(int index, DoubleAnnotation doubleAnnotation)
Methods in ome.xml.model that return types with arguments of type DoubleAnnotation Modifier and Type Method Description List<DoubleAnnotation>
StructuredAnnotations. copyDoubleAnnotationList()
Methods in ome.xml.model with parameters of type DoubleAnnotation Modifier and Type Method Description void
StructuredAnnotations. addDoubleAnnotation(DoubleAnnotation doubleAnnotation)
void
StructuredAnnotations. removeDoubleAnnotation(DoubleAnnotation doubleAnnotation)
DoubleAnnotation
StructuredAnnotations. setDoubleAnnotation(int index, DoubleAnnotation doubleAnnotation)
Constructors in ome.xml.model with parameters of type DoubleAnnotation Constructor Description DoubleAnnotation(DoubleAnnotation orig)
Copy constructor.
-