Uses of Interface
cz.vutbr.fit.layout.api.AreaConcatenator
-
Packages that use AreaConcatenator Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of AreaConcatenator in cz.vutbr.fit.layout.api
Classes in cz.vutbr.fit.layout.api that implement AreaConcatenator Modifier and Type Class Description static classConcatenators.PlainAreaConcatenatorAn area concatenator that simply concatenates the area text contents without any separators.static classConcatenators.SeparatedAreaConcatenatorAn area concatenator that concatenates the area text using a given separator.Methods in cz.vutbr.fit.layout.api that return AreaConcatenator Modifier and Type Method Description static AreaConcatenatorConcatenators. getDefaultAreaConcatenator()The default area concatenator that concatenates the area contents with no separators and boxes with the default (space-separated) concatenator. -
Uses of AreaConcatenator in cz.vutbr.fit.layout.impl
Methods in cz.vutbr.fit.layout.impl with parameters of type AreaConcatenator Modifier and Type Method Description StringDefaultArea. getText(AreaConcatenator concatenator) -
Uses of AreaConcatenator in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model with parameters of type AreaConcatenator Modifier and Type Method Description StringArea. getText(AreaConcatenator concatenator)Returns the complete text contained in this area and its sub areas concatenated using the specified concatenator.
-