Class MultiMarkup

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

public abstract class MultiMarkup extends Object
TODO: add type comment for MultiMarkup.
  • Constructor Details

    • MultiMarkup

      public MultiMarkup()
  • Method Details

    • createAnnotationMarkups

      public static AnnotationExtent[] createAnnotationMarkups(FSIterator it, int textLen, Map<String,Style> styleMap)
      Creates the annotation markups.
      Parameters:
      it - the it
      textLen - the text len
      styleMap - the style map
      Returns:
      the annotation extent[]
    • createMarkupExtents

      public static MarkupExtent[] createMarkupExtents(FSIterator it, int textLen)
      Creates the markup extents.
      Parameters:
      it - the it
      textLen - the text len
      Returns:
      the markup extent[]