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 TextGraphicsWriter
TextGraphicsWriter. clearModifiers()
TextGraphicsWriter
TextGraphicsWriter. disableModifiers(SGR... modifiers)
TextGraphicsWriter
TextGraphicsWriter. enableModifiers(SGR... modifiers)
TextGraphicsWriter
TextGraphicsWriter. putString(java.lang.String string)
TextGraphicsWriter
TextGraphicsWriter. setBackgroundColor(TextColor background)
TextGraphicsWriter
TextGraphicsWriter. setForegroundColor(TextColor foreground)
TextGraphicsWriter
TextGraphicsWriter. setModifiers(java.util.EnumSet<SGR> modifiers)
TextGraphicsWriter
TextGraphicsWriter. setStyleFrom(StyleSet<?> source)
-