Class LabelWrapper

  • All Implemented Interfaces:
    Function<String,​String>

    public class LabelWrapper
    extends Object
    implements Function<String,​String>
    A utility to wrap long lines, creating html strings with line breaks at a settable max line length
    Author:
    Tom Nelson - tomnelson@dev.java.net
    • Constructor Detail

      • LabelWrapper

        public LabelWrapper()
        Create an instance with default line break length = 10
      • LabelWrapper

        public LabelWrapper​(int lineLength)
        Create an instance with passed line break length
        Parameters:
        lineLength - the max length for lines