quickplot.colours
Class Hot

java.lang.Object
  extended by quickplot.colours.Colour
      extended by quickplot.colours.Hot

public class Hot
extends Colour

Ported from the C# version by Matt Williams.

Author:
Richard Jones

Field Summary
 
Fields inherited from class quickplot.colours.Colour
colours, inverted
 
Constructor Summary
Hot()
           
Hot(int number)
           
 
Method Summary
 void loadColours(int number)
           
 
Methods inherited from class quickplot.colours.Colour
BO, getLength, getValue, getValue, isValid, setLength, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hot

public Hot()

Hot

public Hot(int number)
Method Detail

loadColours

public void loadColours(int number)
Specified by:
loadColours in class Colour