org.chorem.vradi.ui.renderers
Class ColorsMap

java.lang.Object
  extended by org.chorem.vradi.ui.renderers.ColorsMap

public class ColorsMap
extends Object

All renderer instance can use the singleton to render thesaurus

Author:
letellier

Field Summary
protected  Map<Integer,Color> colors
           
 
Constructor Summary
ColorsMap()
           
 
Method Summary
 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 Map<Integer,Color> colors
Constructor Detail

ColorsMap

public ColorsMap()
Method Detail

getInstance

public static ColorsMap getInstance()

updateColors

public void updateColors()

get

public Color get(int depth)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.