jxl.util
Class TextTools
java.lang.Object
jxl.util.TextTools
public class TextTools
- extends java.lang.Object
- Author:
- alex
Constructor Summary |
TextTools()
Creates a new instance of TextConversation |
Method Summary |
java.lang.String |
converse(java.lang.String output)
|
java.lang.String |
converse(java.lang.String output,
boolean toLowerCase)
|
void |
endReprint(java.lang.String message)
|
void |
println(java.lang.String message)
|
void |
reprint(java.lang.String message)
|
void |
startReprint(java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextTools
public TextTools()
throws java.io.IOException
- Creates a new instance of TextConversation
- Throws:
java.io.IOException
println
public void println(java.lang.String message)
converse
public java.lang.String converse(java.lang.String output)
throws java.io.IOException
- Throws:
java.io.IOException
converse
public java.lang.String converse(java.lang.String output,
boolean toLowerCase)
throws java.io.IOException
- Throws:
java.io.IOException
startReprint
public void startReprint(java.lang.String message)
reprint
public void reprint(java.lang.String message)
endReprint
public void endReprint(java.lang.String message)