info.informatica.doc.style.css.property
Class ColorIdentifiers
java.lang.Object
info.informatica.doc.style.css.property.ColorIdentifiers
public class ColorIdentifiers
- extends Object
CSS Color identifiers map.
ColorIdentifiers
public ColorIdentifiers()
getInstance
public static ColorIdentifiers getInstance()
- Gets the instance of this class.
- Returns:
- the singleton instance of this class.
getColor
public String getColor(String keyword)
- Gets the color associated to the given keyword.
- Parameters:
keyword - the color keyword (orange, blue, etc.)
- Returns:
- the corresponding #-starting hex color specification.