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 classTextGraphicsWriter.WordPartMethods in com.googlecode.lanterna.graphics that return StyleSet.Set Modifier and Type Method Description StyleSet.SetStyleSet.Set. clearModifiers()StyleSet.SetStyleSet.Set. disableModifiers(SGR... modifiers)StyleSet.SetStyleSet.Set. enableModifiers(SGR... modifiers)StyleSet.SetStyleSet.Set. setBackgroundColor(TextColor backgroundColor)StyleSet.SetStyleSet.Set. setForegroundColor(TextColor foregroundColor)StyleSet.SetStyleSet.Set. setModifiers(java.util.EnumSet<SGR> modifiers)StyleSet.SetStyleSet.Set. setStyleFrom(StyleSet<?> source)
-