Class TextFlowConcatenator

  • All Implemented Interfaces:
    AreaConcatenator, Concatenator<Area>

    public class TextFlowConcatenator
    extends Object
    implements AreaConcatenator
    A concatenator that considers the changes in the text flow when deciding whether to serarate to contents by spaces or not. Basically, in-flow elements should not be separated, block elements and new lines should be separated.
    Author:
    burgetr