Package org.apache.uima.tools.cvd
Class AnnotationExtent
- java.lang.Object
-
- org.apache.uima.tools.cvd.AnnotationExtent
-
public class AnnotationExtent extends java.lang.ObjectThe Class AnnotationExtent.
-
-
Constructor Summary
Constructors Constructor Description AnnotationExtent(int start, int end, javax.swing.text.Style style)Instantiates a new annotation extent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()Gets the end.intgetLength()Gets the length.intgetStart()Gets the start.javax.swing.text.StylegetStyle()Gets the style.
-