Uses of Class
org.aesh.terminal.formatting.TerminalTextStyle
Packages that use TerminalTextStyle
-
Uses of TerminalTextStyle in org.aesh.terminal.formatting
Methods in org.aesh.terminal.formatting that return TerminalTextStyleModifier and TypeMethodDescriptionTerminalCharacter.getStyle()Get the text style.TerminalString.getStyle()Get the text style.Methods in org.aesh.terminal.formatting with parameters of type TerminalTextStyleModifier and TypeMethodDescriptionTerminalTextStyle.getValueComparedToPrev(TerminalTextStyle prev) Get the ANSI codes for this style relative to a previous style.Constructors in org.aesh.terminal.formatting with parameters of type TerminalTextStyleModifierConstructorDescriptionTerminalCharacter(char c, TerminalColor color, TerminalTextStyle style) Create a terminal character with the specified color and style.TerminalCharacter(char c, TerminalTextStyle style) Create a terminal character with the specified style.TerminalString(String chars, String hyperlinkUrl, TerminalColor color, TerminalTextStyle style) Create a terminal string with a hyperlink URL, color and style.TerminalString(String chars, TerminalColor color, TerminalTextStyle style) Create a terminal string with the specified color and style.TerminalString(String chars, TerminalTextStyle style) Create a terminal string with the specified style.