Class TextualAnnotationWrapper

    • Constructor Detail

      • TextualAnnotationWrapper

        public TextualAnnotationWrapper​(TextualAnnotationData object)
        Constructor of the TextualAnnotationWrapper class.
        Parameters:
        object - TextualAnnotationData to be wrap.
      • TextualAnnotationWrapper

        public TextualAnnotationWrapper​(java.lang.String text)
        Creates a new Textual Annotation with the provided text.
        Parameters:
        text - Textual Annotation to be contained.
    • Method Detail

      • getText

        public java.lang.String getText()
        Returns the text of this annotation.
        Returns:
        See above.
      • setText

        public void setText​(java.lang.String text)
        Sets the text.
        Parameters:
        text - The value to set.