quickplot.colours
Class Blue

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

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

Blue

public Blue()

Blue

public Blue(int number)
Method Detail

loadColours

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