Uses of Class
cn.mapway.util.console.AnsiColor
-
Packages that use AnsiColor Package Description cn.mapway.util.console -
-
Uses of AnsiColor in cn.mapway.util.console
Methods in cn.mapway.util.console that return AnsiColor Modifier and Type Method Description static AnsiColorAnsiColor. valueOf(String name)Returns the enum constant of this type with the specified name.static AnsiColor[]AnsiColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.util.console with parameters of type AnsiColor Modifier and Type Method Description static AnsiAnsi. from(AnsiColor color)AnsiAnsi. set(AnsiColor color)
-