Uses of Class
ch.acanda.maven.springbanner.Color
-
-
Uses of Color in ch.acanda.maven.springbanner
Methods in ch.acanda.maven.springbanner that return Color Modifier and Type Method Description static ColorColor. valueOf(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.Methods in ch.acanda.maven.springbanner that return types with arguments of type Color Modifier and Type Method Description static Optional<Color>Color. nameFromTagValue(String tagValue)Returns theColormatching the given tag value if it exists.
-