|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mudcraft.bukkit.socials.message.WordWrap
public class WordWrap
Wraps text to the width of the client's chat window.
Constructor Summary | |
---|---|
WordWrap()
|
Method Summary | |
---|---|
static java.lang.String[] |
wrap(java.lang.String input)
Wraps a string to the width of the client's chat window. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WordWrap()
Method Detail |
---|
public static java.lang.String[] wrap(java.lang.String input)
input
- the String
to be wrapped
String
s, each representing a line of
input no wider than the client's chat window
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |