ucar.unidata.idv.control
Class WMSControl.ColorExclude

java.lang.Object
  extended by ucar.unidata.idv.control.WMSControl.ColorExclude
Enclosing class:
WMSControl

public static class WMSControl.ColorExclude
extends Object

Class ColorExclude Holds information to exclude certain colors

Version:
$Revision: 1.104 $
Author:
IDV Development Team

Constructor Summary
WMSControl.ColorExclude(Color c, int range)
          Ctor
WMSControl.ColorExclude(Color c, int rr, int gr, int br)
          Ctor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSControl.ColorExclude

public WMSControl.ColorExclude(Color c,
                               int range)
Ctor

Parameters:
c - The color
range - Wiggle room for all colors

WMSControl.ColorExclude

public WMSControl.ColorExclude(Color c,
                               int rr,
                               int gr,
                               int br)
Ctor

Parameters:
c - The color
rr - Wiggle room for red
gr - Wiggle room for green
br - Wiggle room for blue