Package org.apache.uima.tools.cvd
Class MultiMarkup
- java.lang.Object
-
- org.apache.uima.tools.cvd.MultiMarkup
-
public abstract class MultiMarkup extends java.lang.Object
TODO: add type comment forMultiMarkup
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
MultiMarkup.AnnotExtent
The Class AnnotExtent.private static class
MultiMarkup.Extent
The Class Extent.
-
Constructor Summary
Constructors Constructor Description MultiMarkup()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AnnotationExtent[]
createAnnotationMarkups(FSIterator it, int textLen, java.util.Map<java.lang.String,javax.swing.text.Style> styleMap)
Creates the annotation markups.static MarkupExtent[]
createMarkupExtents(FSIterator it, int textLen)
Creates the markup extents.
-
-
-
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 ittextLen
- the text lenstyleMap
- the style map- Returns:
- the annotation extent[]
-
createMarkupExtents
public static MarkupExtent[] createMarkupExtents(FSIterator it, int textLen)
Creates the markup extents.- Parameters:
it
- the ittextLen
- the text len- Returns:
- the markup extent[]
-
-