Uses of Class
org.refcodes.data.AsciiColorPalette
-
-
Uses of AsciiColorPalette in org.refcodes.data
Methods in org.refcodes.data that return AsciiColorPalette Modifier and Type Method Description static AsciiColorPaletteAsciiColorPalette. fromPaletteName(java.lang.String aPaletteName)Retrieves the enumeration element representing the given palette name (ignoring the case) or null if none was found.static AsciiColorPaletteAsciiColorPalette. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsciiColorPalette[]AsciiColorPalette. values()Returns an array containing the constants of this enum type, in the order they are declared.
-