Uses of Class
org.jline.style.StyleColor
-
Packages that use StyleColor Package Description org.jline.style JLine Style package provides a comprehensive styling system for terminal output. -
-
Uses of StyleColor in org.jline.style
Methods in org.jline.style that return StyleColor Modifier and Type Method Description static StyleColor
StyleColor. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static StyleColor[]
StyleColor. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-