Class MultiMarkup


  • public abstract class MultiMarkup
    extends java.lang.Object
    TODO: add type comment for MultiMarkup.
    • 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)
        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[]