Uses of Class
ome.xml.model.LongAnnotation
-
Packages that use LongAnnotation Package Description ome.xml.model -
-
Uses of LongAnnotation in ome.xml.model
Methods in ome.xml.model that return LongAnnotation Modifier and Type Method Description LongAnnotationStructuredAnnotations. getLongAnnotation(int index)LongAnnotationStructuredAnnotations. setLongAnnotation(int index, LongAnnotation longAnnotation)Methods in ome.xml.model that return types with arguments of type LongAnnotation Modifier and Type Method Description java.util.List<LongAnnotation>StructuredAnnotations. copyLongAnnotationList()Methods in ome.xml.model with parameters of type LongAnnotation Modifier and Type Method Description voidStructuredAnnotations. addLongAnnotation(LongAnnotation longAnnotation)voidStructuredAnnotations. removeLongAnnotation(LongAnnotation longAnnotation)LongAnnotationStructuredAnnotations. setLongAnnotation(int index, LongAnnotation longAnnotation)Constructors in ome.xml.model with parameters of type LongAnnotation Constructor Description LongAnnotation(LongAnnotation orig)Copy constructor.
-