Uses of Class
org.jesperancinha.console.consolerizer8.common.ConsolerizerColor
-
Packages that use ConsolerizerColor Package Description org.jesperancinha.console.consolerizer8.common org.jesperancinha.console.consolerizer8.console org.jesperancinha.console.consolerizer8.html -
-
Uses of ConsolerizerColor in org.jesperancinha.console.consolerizer8.common
Methods in org.jesperancinha.console.consolerizer8.common that return ConsolerizerColor Modifier and Type Method Description static ConsolerizerColorConsolerizerColor. getRandomColor()static ConsolerizerColorConsolerizerColor. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsolerizerColor[]ConsolerizerColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jesperancinha.console.consolerizer8.common that return types with arguments of type ConsolerizerColor Modifier and Type Method Description static List<ConsolerizerColor>ConsolerizerColor. getConsoleRainbowEnumList()Methods in org.jesperancinha.console.consolerizer8.common with parameters of type ConsolerizerColor Modifier and Type Method Description abstract TComposer. out(ConsolerizerColor consolerizerColor, String text)voidConsolerizerWriter. printColor(ConsolerizerColor color) -
Uses of ConsolerizerColor in org.jesperancinha.console.consolerizer8.console
Fields in org.jesperancinha.console.consolerizer8.console declared as ConsolerizerColor Modifier and Type Field Description static ConsolerizerColorConsolerizer. currentColorMethods in org.jesperancinha.console.consolerizer8.console with parameters of type ConsolerizerColor Modifier and Type Method Description ConsolerizerComposerConsolerizerComposer. out(ConsolerizerColor consolerizerColor, String text)voidConsolerizerConsoleWriter. printColor(ConsolerizerColor color)voidConsolerizer. printColorText(ConsolerizerColor consolerizerColor, String text)Constructors in org.jesperancinha.console.consolerizer8.console with parameters of type ConsolerizerColor Constructor Description Consolerizer(ConsolerizerColor consolerizerColor) -
Uses of ConsolerizerColor in org.jesperancinha.console.consolerizer8.html
Methods in org.jesperancinha.console.consolerizer8.html with parameters of type ConsolerizerColor Modifier and Type Method Description HtmlComposerHtmlComposer. out(ConsolerizerColor consolerizerColor, String text)voidHtmlPWriter. printColor(ConsolerizerColor color)
-