Uses of Class
com.googlecode.lanterna.graphics.StyleSet.Set
Packages that use StyleSet.Set
-
Uses of StyleSet.Set in com.googlecode.lanterna.graphics
Subclasses of StyleSet.Set in com.googlecode.lanterna.graphicsMethods in com.googlecode.lanterna.graphics that return StyleSet.SetModifier and TypeMethodDescriptionStyleSet.Set.clearModifiers()
StyleSet.Set.disableModifiers
(SGR... modifiers) StyleSet.Set.enableModifiers
(SGR... modifiers) StyleSet.Set.setBackgroundColor
(TextColor backgroundColor) StyleSet.Set.setForegroundColor
(TextColor foregroundColor) StyleSet.Set.setModifiers
(EnumSet<SGR> modifiers) StyleSet.Set.setStyleFrom
(StyleSet<?> source)