org.keridwen.modelling.group.editor.utils
Class ColorChartPanel

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Color>
          extended by org.keridwen.modelling.group.editor.utils.ColorChartPanel
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Color>

public class ColorChartPanel
extends HashMap<String,Color>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Method Summary
 Color getAllColorsByIndex(int index)
           
static ColorChartPanel getColorChartPanel()
           
 Color getMediumColorsByIndex(int index)
           
 int getNbAllColors()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getColorChartPanel

public static ColorChartPanel getColorChartPanel()

getAllColorsByIndex

public Color getAllColorsByIndex(int index)

getMediumColorsByIndex

public Color getMediumColorsByIndex(int index)

getNbAllColors

public int getNbAllColors()


Copyright © 2012-2013 Artenum. All Rights Reserved.