public class DelimiterTextWrapper extends Object implements TextWrapper
Constructor and Description |
---|
DelimiterTextWrapper() |
DelimiterTextWrapper(char delimiter) |
public DelimiterTextWrapper()
public DelimiterTextWrapper(char delimiter)
public String[] wrap(String[] original, int columnWidth)
TextWrapper
columnWidth
(padding with spaces if
appropriate). There is no constraint on the number of lines returned however (typically, will be greater than
the input number if wrapping occurred).wrap
in interface TextWrapper