Class TextFlowConcatenator.TextFlowBoxConcatenator

    • Constructor Detail

      • TextFlowBoxConcatenator

        public TextFlowBoxConcatenator()
    • 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 interface Concatenator<Box>
        Parameters:
        elems - The list of elements to concatenate.
        Returns:
        Resulting text string.