quickplot.colours
Class Copper

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

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

Copper

public Copper()

Copper

public Copper(int number)
Method Detail

loadColours

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