Uses of Class
org.strassburger.tui4j.formatting.Style
Packages that use Style
-
Uses of Style in org.strassburger.tui4j.formatting
Methods in org.strassburger.tui4j.formatting that return StyleModifier and TypeMethodDescriptionStyle.bg(org.strassburger.colorlab4j.color.Color color) Style.bold()Style.fg(org.strassburger.colorlab4j.color.Color color) Span.getStyle()Style.inverse()Style.underline()Methods in org.strassburger.tui4j.formatting with parameters of type StyleModifier and TypeMethodDescriptionAppend a string with the given style to this StyledTextPrepend a string with the given style to this StyledTextstatic StyledTextCreate a StyledText with a single span of text and the given styleCreate a new Span with the same text but a different styleConstructors in org.strassburger.tui4j.formatting with parameters of type Style