Package org.apache.uima.tools.cvd
Class AnnotationExtent
- java.lang.Object
-
- org.apache.uima.tools.cvd.AnnotationExtent
-
public class AnnotationExtent extends java.lang.Object
The 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 int
getEnd()
Gets the end.int
getLength()
Gets the length.int
getStart()
Gets the start.javax.swing.text.Style
getStyle()
Gets the style.
-