de.jreality.util
Class ColorGradient

java.lang.Object
  extended by de.jreality.util.ColorGradient

public class ColorGradient
extends Object


Constructor Summary
ColorGradient()
           
ColorGradient(Color... key)
           
 
Method Summary
 Color[] getColor()
           
 Color getColor(double t)
           
 Color getColorValue()
           
static ColorGradient getFullPeriodicColorGradient()
           
 double getTime()
           
 void setTime(double aDouble)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorGradient

public ColorGradient(Color... key)

ColorGradient

public ColorGradient()
Method Detail

getFullPeriodicColorGradient

public static ColorGradient getFullPeriodicColorGradient()

getTime

public double getTime()

setTime

public void setTime(double aDouble)

getColorValue

public Color getColorValue()

getColor

public Color getColor(double t)

getColor

public Color[] getColor()