ucar.unidata.util
Class ColorTable.Breakpoint

java.lang.Object
  extended by ucar.unidata.util.ColorTable.Breakpoint
Enclosing class:
ColorTable

public static class ColorTable.Breakpoint
extends Object

Class Breakpoint _more_

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

Constructor Summary
ColorTable.Breakpoint()
          _more_
ColorTable.Breakpoint(ColorTable.Breakpoint that)
          _more_
ColorTable.Breakpoint(double v)
          _more_
ColorTable.Breakpoint(double v, boolean locked)
          _more_
 
Method Summary
static ArrayList cloneList(List l)
          _more_
 boolean getLocked()
          Get the Locked property.
 double getValue()
          Get the Value property.
 void setLocked(boolean value)
          Set the Locked property.
 void setValue(double value)
          Set the Value property.
 String toString()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorTable.Breakpoint

public ColorTable.Breakpoint()
_more_


ColorTable.Breakpoint

public ColorTable.Breakpoint(double v)
_more_

Parameters:
v - _more_

ColorTable.Breakpoint

public ColorTable.Breakpoint(double v,
                             boolean locked)
_more_

Parameters:
v - _more_
locked - _more_

ColorTable.Breakpoint

public ColorTable.Breakpoint(ColorTable.Breakpoint that)
_more_

Parameters:
that - _more_
Method Detail

setValue

public void setValue(double value)
Set the Value property.

Parameters:
value - The new value for Value

getValue

public double getValue()
Get the Value property.

Returns:
The Value

setLocked

public void setLocked(boolean value)
Set the Locked property.

Parameters:
value - The new value for Locked

getLocked

public boolean getLocked()
Get the Locked property.

Returns:
The Locked

cloneList

public static ArrayList cloneList(List l)
_more_

Parameters:
l - _more_
Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Object
Returns:
_more_