Class GreyScale

java.lang.Object
  extended by ColorScheme
      extended by GreyScale

public class GreyScale
extends ColorScheme


Constructor Summary
GreyScale()
           
 
Method Summary
 java.awt.Color getColor(double scaledI)
           
 java.awt.Color getHighlight()
           
 
Methods inherited from class ColorScheme
getSchemeName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreyScale

public GreyScale()
Method Detail

getColor

public java.awt.Color getColor(double scaledI)
Overrides:
getColor in class ColorScheme

getHighlight

public java.awt.Color getHighlight()
Overrides:
getHighlight in class ColorScheme