Uses of Interface
cz.vutbr.fit.layout.api.BoxConcatenator
-
Packages that use BoxConcatenator Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of BoxConcatenator in cz.vutbr.fit.layout.api
Classes in cz.vutbr.fit.layout.api that implement BoxConcatenator Modifier and Type Class Description static classConcatenators.PlainBoxConcatenatorA box concatenator that simply concatenates the box text without any separators.static classConcatenators.SeparatedBoxConcatenatorA box concatenator that concatenates the box text using a given separator.Methods in cz.vutbr.fit.layout.api that return BoxConcatenator Modifier and Type Method Description BoxConcatenatorAreaConcatenator. getBoxConcatenator()Gets the box concatenator used for the leaf areas.BoxConcatenatorConcatenators.PlainAreaConcatenator. getBoxConcatenator()BoxConcatenatorConcatenators.SeparatedAreaConcatenator. getBoxConcatenator()static BoxConcatenatorConcatenators. getDefaultBoxConcatenator()The default box concatenator that concatenates the text content of boxes separated by spaces.Constructors in cz.vutbr.fit.layout.api with parameters of type BoxConcatenator Constructor Description PlainAreaConcatenator(BoxConcatenator boxConcatenator)SeparatedAreaConcatenator(String separator, BoxConcatenator boxConcatenator) -
Uses of BoxConcatenator in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl with parameters of type BoxConcatenator Modifier and Type Method Description StringDefaultArea. getBoxText(BoxConcatenator concat)Returns the text string represented by a concatenation of all the boxes contained directly in this area (no subareas)StringDefaultBox. getText(BoxConcatenator concatenator) -
Uses of BoxConcatenator in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model with parameters of type BoxConcatenator Modifier and Type Method Description StringBox. getText(BoxConcatenator concatenator)Obtains the complete text contained in this box.
-