com.lowagie.tools
Class Toolbox.Console
java.lang.Object
com.lowagie.tools.Toolbox.Console
- Enclosing class:
- Toolbox
public class Toolbox.Console
- extends Object
A Class that redirects output to System.out and System.err.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
piOut
PipedInputStream piOut
piErr
PipedInputStream piErr
poOut
PipedOutputStream poOut
poErr
PipedOutputStream poErr
textArea
JTextArea textArea
Toolbox.Console
public Toolbox.Console()
throws IOException
- Creates a new Console object.
- Parameters:
columns
- rows
-
- Throws:
IOException