com.jurismarches.vradi.ui.renderers
Class ColorsMap

java.lang.Object
  extended by com.jurismarches.vradi.ui.renderers.ColorsMap

public class ColorsMap
extends java.lang.Object

All renderer instance can use the singleton to render thesaurus

Author:
letellier

Field Summary
protected  java.util.Map<java.lang.Integer,java.awt.Color> colors
           
 
Constructor Summary
ColorsMap()
           
 
Method Summary
 java.awt.Color get(int depth)
           
static ColorsMap getInstance()
           
 void updateColors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colors

protected java.util.Map<java.lang.Integer,java.awt.Color> colors
Constructor Detail

ColorsMap

public ColorsMap()
Method Detail

getInstance

public static ColorsMap getInstance()

updateColors

public void updateColors()

get

public java.awt.Color get(int depth)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.