public class TextualAnnotationWrapper extends AnnotationWrapper<TextualAnnotationData> implements TextualAnnotation
Wraps function calls to the TextualAnnotationData contained.
data| Constructor and Description |
|---|
TextualAnnotationWrapper(String text)
Creates a new Textual Annotation with the provided text.
|
TextualAnnotationWrapper(TextualAnnotationData object)
Constructor of the TextualAnnotationWrapper class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the text of this annotation.
|
void |
setText(String text)
Sets the text.
|
getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpaceasDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, getUpdated, saveAndUpdate, toString, wrap, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitasDataObjectcountAnnotationLinks, getDatasets, getDescription, getFolders, getImages, getLastModified, getNameSpace, getPlateAcquisitions, getPlates, getProjects, getScreens, getWells, setDescription, setNameSpacecanAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, distinct, flatten, getCreated, getElementsOf, getGroupId, getId, getOwner, getUpdated, saveAndUpdatepublic TextualAnnotationWrapper(TextualAnnotationData object)
object - TextualAnnotationData to be wrap.public TextualAnnotationWrapper(String text)
text - Textual Annotation to be contained.public String getText()
getText in interface TextualAnnotationpublic void setText(String text)
setText in interface TextualAnnotationtext - The value to set.Copyright © 2020–2023 GReD. All rights reserved.