Class DoubleAnnotationData


  • public class DoubleAnnotationData
    extends AnnotationData
    Wraps a double annotation.
    Since:
    3.0-Beta4
    • Constructor Detail

      • DoubleAnnotationData

        public DoubleAnnotationData​(double value)
        Creates a new instance.
        Parameters:
        value - The value to set.
      • DoubleAnnotationData

        public DoubleAnnotationData()
        Creates a new instance.
      • DoubleAnnotationData

        public DoubleAnnotationData​(omero.model.DoubleAnnotation annotation)
        Creates a new instance.
        Parameters:
        annotation - The DoubleAnnotation object corresponding to this DataObject. Mustn't be null.