Uses of Class
com.googlecode.lanterna.graphics.TextGraphicsWriter
Packages that use TextGraphicsWriter
-
Uses of TextGraphicsWriter in com.googlecode.lanterna.graphics
Classes in com.googlecode.lanterna.graphics that implement interfaces with type arguments of type TextGraphicsWriterMethods 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)