Uses of Interface
cz.vutbr.fit.layout.api.Concatenator
-
Packages that use Concatenator Package Description cz.vutbr.fit.layout.api -
-
Uses of Concatenator in cz.vutbr.fit.layout.api
Subinterfaces of Concatenator in cz.vutbr.fit.layout.api Modifier and Type Interface Description interfaceAreaConcatenatorA concatenator that can convert a list of areas to a text string.interfaceBoxConcatenatorA concatenator that can convert a list of boxes to a text string.Classes in cz.vutbr.fit.layout.api that implement Concatenator Modifier and Type Class Description static classConcatenators.PlainAreaConcatenatorAn area concatenator that simply concatenates the area text contents without any separators.static classConcatenators.PlainBoxConcatenatorA box concatenator that simply concatenates the box text without any separators.static classConcatenators.SeparatedAreaConcatenatorAn area concatenator that concatenates the area text using a given separator.static classConcatenators.SeparatedBoxConcatenatorA box concatenator that concatenates the box text using a given separator.
-