quickplot.colours
Class Green

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

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

Green

public Green()

Green

public Green(int number)
Method Detail

loadColours

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