Uses of Enum
org.aesh.terminal.utils.ANSIBuilder.Color
Packages that use ANSIBuilder.Color
-
Uses of ANSIBuilder.Color in org.aesh.terminal.utils
Subclasses with type arguments of type ANSIBuilder.Color in org.aesh.terminal.utilsModifier and TypeClassDescriptionstatic enumEnumeration of ANSI color codes for text and background colors.Methods in org.aesh.terminal.utils that return ANSIBuilder.ColorModifier and TypeMethodDescriptionstatic ANSIBuilder.ColorReturns the enum constant of this type with the specified name.static ANSIBuilder.Color[]ANSIBuilder.Color.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.terminal.utils with parameters of type ANSIBuilder.ColorModifier and TypeMethodDescriptionANSIBuilder.bg(ANSIBuilder.Color color) Sets the background color.ANSIBuilder.text(ANSIBuilder.Color color) Sets the foreground text color.