Uses of Class
org.jesperancinha.console.consolerizer8.ConsolerizerColor
-
-
Uses of ConsolerizerColor in org.jesperancinha.console.consolerizer8
Methods in org.jesperancinha.console.consolerizer8 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 that return types with arguments of type ConsolerizerColor Modifier and Type Method Description static List<ConsolerizerColor>ConsolerizerColor. getConsoleRainbowEnumList()Methods in org.jesperancinha.console.consolerizer8 with parameters of type ConsolerizerColor Modifier and Type Method Description abstract TComposer. out(ConsolerizerColor consolerizerColor, String text)ConsolerizerComposerConsolerizerComposer. out(ConsolerizerColor consolerizerColor, String text)HtmlComposerHtmlComposer. out(ConsolerizerColor consolerizerColor, String text)voidConsolerizerConsoleWriter. printColor(ConsolerizerColor color)voidConsolerizerWriter. printColor(ConsolerizerColor color)voidHtmlPWriter. printColor(ConsolerizerColor color)voidConsolerizer. printColorText(ConsolerizerColor consolerizerColor, String text)Constructors in org.jesperancinha.console.consolerizer8 with parameters of type ConsolerizerColor Constructor Description Consolerizer(ConsolerizerColor consolerizerColor)
-