Uses of Class
com.googlecode.lanterna.graphics.TextGraphicsWriter
Packages that use TextGraphicsWriter
-
Uses of TextGraphicsWriter in com.googlecode.lanterna.graphics
Methods in com.googlecode.lanterna.graphics that return TextGraphicsWriterModifier and TypeMethodDescriptionTextGraphicsWriter.clearModifiers()
TextGraphicsWriter.disableModifiers
(SGR... modifiers) TextGraphicsWriter.enableModifiers
(SGR... modifiers) TextGraphicsWriter.setBackgroundColor
(TextColor background) TextGraphicsWriter.setForegroundColor
(TextColor foreground) TextGraphicsWriter.setModifiers
(EnumSet<SGR> modifiers) TextGraphicsWriter.setStyleFrom
(StyleSet<?> source)