quickplot.colours
Class Red

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

public class Red
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
Red()
           
Red(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

Red

public Red()

Red

public Red(int number)
Method Detail

loadColours

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