ucar.unidata.idv.control
Class ZSlider

java.lang.Object
  extended by ucar.unidata.idv.control.ZSlider

public class ZSlider
extends Object

A widget for the control window for viewing contour properties and launching the editor.

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

Constructor Summary
ZSlider(double zValue)
          _more_
 
Method Summary
 JComponent getContents()
          _more_
 double getValue()
          _more_
 void setValue(double v)
          _more_
 void valueHasBeenSet()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZSlider

public ZSlider(double zValue)
_more_

Parameters:
zValue - _more_
Method Detail

getContents

public JComponent getContents()
_more_

Returns:
_more_

getValue

public double getValue()
_more_

Returns:
_more_

setValue

public void setValue(double v)
_more_

Parameters:
v - _more_

valueHasBeenSet

public void valueHasBeenSet()
_more_