Package cz.vutbr.fit.layout.text
Class TextFlowConcatenator.TextFlowBoxConcatenator
- java.lang.Object
-
- cz.vutbr.fit.layout.text.TextFlowConcatenator.TextFlowBoxConcatenator
-
- All Implemented Interfaces:
BoxConcatenator
,Concatenator<Box>
- Enclosing class:
- TextFlowConcatenator
public static class TextFlowConcatenator.TextFlowBoxConcatenator extends Object implements BoxConcatenator
-
-
Constructor Summary
Constructors Constructor Description TextFlowBoxConcatenator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
concat(List<Box> elems)
Creates a text string by concatenating the contents of the given elements.
-
-
-
Method Detail
-
concat
public String concat(List<Box> elems)
Description copied from interface:Concatenator
Creates a text string by concatenating the contents of the given elements.- Specified by:
concat
in interfaceConcatenator<Box>
- Parameters:
elems
- The list of elements to concatenate.- Returns:
- Resulting text string.
-
-