Uses of Class
org.testingisdocumenting.znai.console.ansi.Color
-
Packages that use Color Package Description org.testingisdocumenting.znai.console.ansi -
-
Uses of Color in org.testingisdocumenting.znai.console.ansi
Methods in org.testingisdocumenting.znai.console.ansi that return Color Modifier and Type Method Description static ColorColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Color[]Color. values()Returns an array containing the constants of this enum type, in the order they are declared.
-