Uses of Class
com.googlecode.lanterna.graphics.TextGraphicsWriter
-
Packages that use TextGraphicsWriter Package Description com.googlecode.lanterna.graphics -
-
Uses of TextGraphicsWriter in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return TextGraphicsWriter Modifier and Type Method Description TextGraphicsWriterTextGraphicsWriter. clearModifiers()TextGraphicsWriterTextGraphicsWriter. disableModifiers(SGR... modifiers)TextGraphicsWriterTextGraphicsWriter. enableModifiers(SGR... modifiers)TextGraphicsWriterTextGraphicsWriter. putString(java.lang.String string)TextGraphicsWriterTextGraphicsWriter. setBackgroundColor(TextColor background)TextGraphicsWriterTextGraphicsWriter. setForegroundColor(TextColor foreground)TextGraphicsWriterTextGraphicsWriter. setModifiers(java.util.EnumSet<SGR> modifiers)TextGraphicsWriterTextGraphicsWriter. setStyleFrom(StyleSet<?> source)
-