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 LongAnnotation
StructuredAnnotations. getLongAnnotation(int index)
LongAnnotation
StructuredAnnotations. setLongAnnotation(int index, LongAnnotation longAnnotation)
Methods in ome.xml.model that return types with arguments of type LongAnnotation Modifier and Type Method Description List<LongAnnotation>
StructuredAnnotations. copyLongAnnotationList()
Methods in ome.xml.model with parameters of type LongAnnotation Modifier and Type Method Description void
StructuredAnnotations. addLongAnnotation(LongAnnotation longAnnotation)
void
StructuredAnnotations. removeLongAnnotation(LongAnnotation longAnnotation)
LongAnnotation
StructuredAnnotations. setLongAnnotation(int index, LongAnnotation longAnnotation)
Constructors in ome.xml.model with parameters of type LongAnnotation Constructor Description LongAnnotation(LongAnnotation orig)
Copy constructor.
-