org.processmining.framework.util
Class ColorRepository

java.lang.Object
  extended by org.processmining.framework.util.ColorRepository

public class ColorRepository
extends java.lang.Object

Author:
christian

Field Summary
protected static java.awt.Color[] colors
           
static int STEPS
           
 
Constructor Summary
ColorRepository()
           
 
Method Summary
protected static void createColorRepository()
           
protected static java.awt.Color generateColor(float value)
           
static java.awt.Color getGradualColor(double value)
           
static java.awt.Color getGradualColorBlackZero(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STEPS

public static final int STEPS
See Also:
Constant Field Values

colors

protected static java.awt.Color[] colors
Constructor Detail

ColorRepository

public ColorRepository()
Method Detail

getGradualColor

public static java.awt.Color getGradualColor(double value)

getGradualColorBlackZero

public static java.awt.Color getGradualColorBlackZero(double value)

createColorRepository

protected static void createColorRepository()

generateColor

protected static java.awt.Color generateColor(float value)