Uses of Class
gate.gui.docview.AnnotationStack.StackAnnotation

Packages that use AnnotationStack.StackAnnotation
gate.gui.docview   
 

Uses of AnnotationStack.StackAnnotation in gate.gui.docview
 

Fields in gate.gui.docview with type parameters of type AnnotationStack.StackAnnotation
(package private)  Set<AnnotationStack.StackAnnotation> AnnotationStack.StackRow.annotations
           
 

Methods in gate.gui.docview that return AnnotationStack.StackAnnotation
(package private) static AnnotationStack.StackAnnotation AnnotationStack.StackAnnotation.createAnnotation(Annotation annotation)
           
(package private) static AnnotationStack.StackAnnotation AnnotationStack.StackAnnotation.createAnnotation(int startOffset, int endOffset, String type, FeatureMap features)
           
 

Methods in gate.gui.docview that return types with arguments of type AnnotationStack.StackAnnotation
 Set<AnnotationStack.StackAnnotation> AnnotationStack.StackRow.getAnnotations()
           
 

Methods in gate.gui.docview with parameters of type AnnotationStack.StackAnnotation
 void AnnotationStack.StackRow.addAnnotation(AnnotationStack.StackAnnotation annotation)