sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.util/src/com/nokia/carbide/cpp/pi/util/ColorPalette.java
changeset 12 ae255c9aa552
parent 2 b9ab3b238396
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
    24 /**
    24 /**
    25  * Class for managing all Color resource for PI
    25  * Class for managing all Color resource for PI
    26  * 
    26  * 
    27  */
    27  */
    28 
    28 
    29 public class ColorPalette {
    29 public final  class ColorPalette {
    30 
    30 
    31 	private static CacheMap<RGB, Color> palette = new CacheMap<RGB, Color>();
    31 	private static CacheMap<RGB, Color> palette = new CacheMap<RGB, Color>();
    32 	
    32 	
    33 	private static ColorPalette colorPalette = null;
    33 	private static ColorPalette colorPalette = null;
    34 
    34