Interface FragListBuilder
-
- All Known Implementing Classes:
BaseFragListBuilder
,SimpleFragListBuilder
,SingleFragListBuilder
,WeightedFragListBuilder
public interface FragListBuilder
FragListBuilder is an interface for FieldFragList builder classes. A FragListBuilder class can be plugged in to Highlighter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldFragList
createFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
create a FieldFragList.
-
-
-
Method Detail
-
createFieldFragList
FieldFragList createFieldFragList(FieldPhraseList fieldPhraseList, int fragCharSize)
create a FieldFragList.- Parameters:
fieldPhraseList
- FieldPhraseList objectfragCharSize
- the length (number of chars) of a fragment- Returns:
- the created FieldFragList object
-
-