Class MapAnnotationData

    • Field Detail

      • NS_CLIENT_CREATED

        public static final java.lang.String NS_CLIENT_CREATED
        The name space used to identify MapAnnotations created be the user
        See Also:
        Constant Field Values
    • Constructor Detail

      • MapAnnotationData

        public MapAnnotationData​(omero.model.MapAnnotation value)
      • MapAnnotationData

        public MapAnnotationData()
    • Method Detail

      • setContent

        public void setContent​(java.lang.Object content)
        Description copied from class: AnnotationData
        Sets the annotation value. If the improper content is given for the current Annotation, then an IllegalArgumentException will be thrown.
        Specified by:
        setContent in class AnnotationData
        Parameters:
        content - The value to set.
      • getContent

        public java.lang.Object getContent()
        Description copied from class: AnnotationData
        Returns the content of the annotation.
        Specified by:
        getContent in class AnnotationData
        Returns:
        See above.
      • getContentAsString

        public java.lang.String getContentAsString()
        Description copied from class: AnnotationData
        Returns the content of the annotation as a String, which is parsed on a Class-by-Class basis.
        Specified by:
        getContentAsString in class AnnotationData
        Returns:
        See above