Package org.bidib.wizard.utils
Class TextUtils
java.lang.Object
org.bidib.wizard.utils.TextUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextUtils
public TextUtils()
-
-
Method Details
-
wordWrap
Performs word wrapping. Returns the input string with long lines of text cut (between words) for readability. For the original code see Java Word Wrap Algorithm- Parameters:
in- text to be word-wrappedlength- maximum number of characters in a line
-