Uses of Class
cz.vutbr.fit.layout.text.chunks.BoxText
-
Packages that use BoxText Package Description cz.vutbr.fit.layout.text.chunks -
-
Uses of BoxText in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks with parameters of type BoxText Modifier and Type Method Description List<TagOccurrence>
DefaultHint. processOccurrences(BoxText boxText, List<TagOccurrence> occurrences)
List<TagOccurrence>
HintMultiBox. processOccurrences(BoxText boxText, List<TagOccurrence> occurrences)
List<TagOccurrence>
HintSeparator. processOccurrences(BoxText boxText, List<TagOccurrence> occurrences)
List<TagOccurrence>
HintWholeBox. processOccurrences(BoxText boxText, List<TagOccurrence> occurrences)
List<TagOccurrence>
PresentationHint. processOccurrences(BoxText boxText, List<TagOccurrence> occurrences)
Applies the hint to a list of occurences extracted from the given box text (postprocessing a list of occurences)
-