org.apache.uima.tools.cvd
Class MultiMarkup

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

public abstract class MultiMarkup
extends java.lang.Object

TODO: add type comment for MultiMarkup.


Constructor Summary
MultiMarkup()
           
 
Method Summary
static AnnotationExtent[] createAnnotationMarkups(FSIterator it, int textLen, java.util.Map<java.lang.String,javax.swing.text.Style> styleMap)
           
static MarkupExtent[] createMarkupExtents(FSIterator it, int textLen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiMarkup

public MultiMarkup()
Method Detail

createAnnotationMarkups

public static AnnotationExtent[] createAnnotationMarkups(FSIterator it,
                                                         int textLen,
                                                         java.util.Map<java.lang.String,javax.swing.text.Style> styleMap)

createMarkupExtents

public static MarkupExtent[] createMarkupExtents(FSIterator it,
                                                 int textLen)


Copyright © 2011. All Rights Reserved.