Uses of Class
cz.vutbr.fit.layout.text.chunks.SourceBoxList
-
Packages that use SourceBoxList Package Description cz.vutbr.fit.layout.text.chunks -
-
Uses of SourceBoxList in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks that return SourceBoxList Modifier and Type Method Description SourceBoxList
DefaultHint. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
HintInLine. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
HintMultiBox. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
PresentationHint. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
Extracts boxes from the given area and/or modifies the already existing list of boxes (preprocessing).Methods in cz.vutbr.fit.layout.text.chunks with parameters of type SourceBoxList Modifier and Type Method Description SourceBoxList
DefaultHint. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
HintInLine. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
HintMultiBox. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
SourceBoxList
PresentationHint. extractBoxes(Area a, SourceBoxList current, Set<Area> processed)
Extracts boxes from the given area and/or modifies the already existing list of boxes (preprocessing).Constructors in cz.vutbr.fit.layout.text.chunks with parameters of type SourceBoxList Constructor Description BoxText(SourceBoxList boxes)
-