gate.gui.docview
Class TextualDocumentView.AnnotationTag
java.lang.Object
gate.gui.docview.TextualDocumentView.AnnotationTag
- Enclosing class:
- TextualDocumentView
- class TextualDocumentView.AnnotationTag
- extends Object
A structure that holds an annotation and its tag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotation
Annotation annotation
tag
Object tag
TextualDocumentView.AnnotationTag
public TextualDocumentView.AnnotationTag(Annotation annotation,
Object tag)
setTag
public void setTag(Object tag)
- Parameters:
tag
- The tag to set.
getAnnotation
public Annotation getAnnotation()
- Returns:
- Returns the annotation.
getTag
public Object getTag()
- Returns:
- Returns the tag.