synergynetframework.appsystem.contentsystem.contentloader.utils
Class TextUtil

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.contentloader.utils.TextUtil

public class TextUtil
extends java.lang.Object

The Class TextUtil.


Constructor Summary
TextUtil()
           
 
Method Summary
static java.util.List<java.lang.String> wrapAt(java.lang.String content, int charsPerLine)
          Wrap at.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextUtil

public TextUtil()
Method Detail

wrapAt

public static java.util.List<java.lang.String> wrapAt(java.lang.String content,
                                                      int charsPerLine)
Wrap at.

Parameters:
content - the content
charsPerLine - the chars per line
Returns:
the list