Uses of Class
com.googlecode.lanterna.graphics.StyleSet.Set
-
Packages that use StyleSet.Set Package Description com.googlecode.lanterna.graphics -
-
Uses of StyleSet.Set in com.googlecode.lanterna.graphics
Subclasses of StyleSet.Set in com.googlecode.lanterna.graphics Modifier and Type Class Description private static class
TextGraphicsWriter.WordPart
Methods in com.googlecode.lanterna.graphics that return StyleSet.Set Modifier and Type Method Description StyleSet.Set
StyleSet.Set. clearModifiers()
StyleSet.Set
StyleSet.Set. disableModifiers(SGR... modifiers)
StyleSet.Set
StyleSet.Set. enableModifiers(SGR... modifiers)
StyleSet.Set
StyleSet.Set. setBackgroundColor(TextColor backgroundColor)
StyleSet.Set
StyleSet.Set. setForegroundColor(TextColor foregroundColor)
StyleSet.Set
StyleSet.Set. setModifiers(java.util.EnumSet<SGR> modifiers)
StyleSet.Set
StyleSet.Set. setStyleFrom(StyleSet<?> source)
-