C G H I N R S

C

colorAt(double) - Method in class rainbowvis.Rainbow
Same as colourAt(double number)
colourAt(double) - Method in class rainbowvis.Rainbow
Returns the hex colour corresponding to the number.

G

getMessage() - Method in exception rainbowvis.HomogeneousRainbowException
 
getMessage() - Method in exception rainbowvis.InvalidColourException
 
getMessage() - Method in exception rainbowvis.NumberRangeException
 

H

HomogeneousRainbowException - Exception in rainbowvis
 
HomogeneousRainbowException() - Constructor for exception rainbowvis.HomogeneousRainbowException
 

I

InvalidColourException - Exception in rainbowvis
 
InvalidColourException(String) - Constructor for exception rainbowvis.InvalidColourException
 

N

NumberRangeException - Exception in rainbowvis
 
NumberRangeException(double, double) - Constructor for exception rainbowvis.NumberRangeException
 

R

Rainbow - Class in rainbowvis
The Rainbow class by default maps the range 0 to 100 (inclusive) to the colours of the rainbow (i.e., a gradient transitioning from red to yellow to lime to blue)
Rainbow() - Constructor for class rainbowvis.Rainbow
Constructor.
RainbowException - Exception in rainbowvis
 
RainbowException() - Constructor for exception rainbowvis.RainbowException
 
rainbowvis - package rainbowvis
 

S

setNumberRange(double, double) - Method in class rainbowvis.Rainbow
Sets the number range of the Rainbow object.
setSpectrum(String...) - Method in class rainbowvis.Rainbow
Sets the spectrum of the Rainbow object.

C G H I N R S