Class TextModule

java.lang.Object
com.calebleavell.jatui.modules.TUIModule
com.calebleavell.jatui.modules.TextModule

public class TextModule extends TUIModule
Handles the displaying of text. Usually this means displaying to console (System.out), but TUIModule.Builder.printStream(PrintStream) can be used to output to other places as well.