org.apache.uima.tools.cvd
Class AnnotationExtent

java.lang.Object
  extended by org.apache.uima.tools.cvd.AnnotationExtent

public class AnnotationExtent
extends java.lang.Object


Constructor Summary
AnnotationExtent(int start, int end, javax.swing.text.Style style)
           
 
Method Summary
 int getEnd()
           
 int getLength()
           
 int getStart()
           
 javax.swing.text.Style getStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationExtent

public AnnotationExtent(int start,
                        int end,
                        javax.swing.text.Style style)
Method Detail

getLength

public int getLength()

getStyle

public javax.swing.text.Style getStyle()

getEnd

public int getEnd()
Returns:
int

getStart

public int getStart()
Returns:
int


Copyright © 2013. All Rights Reserved.