ucar.unidata.idv.ui
Class CursorReadoutWindow

java.lang.Object
  extended by ucar.unidata.idv.ui.CursorReadoutWindow

public class CursorReadoutWindow
extends Object

Author:
IDV development team

Field Summary
protected  JLabel label
          _more_
protected  JWindow window
          _more_
protected  int windowWidth
          _more_
 
Constructor Summary
CursorReadoutWindow(NavigatedViewManager vm)
          _more_
CursorReadoutWindow(NavigatedViewManager vm, boolean ignoreMissing)
          _more_
 
Method Summary
 String getReadout(EarthLocation earthLocation, boolean showDisplays, boolean showAlt, List<ReadoutInfo> samples)
          _more_
 void handleMousePressedOrDragged(MouseEvent e)
          _more_
 void handleMouseReleased(MouseEvent e)
          _more_
 void updateReadout()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

protected JWindow window
_more_


label

protected JLabel label
_more_


windowWidth

protected int windowWidth
_more_

Constructor Detail

CursorReadoutWindow

public CursorReadoutWindow(NavigatedViewManager vm)
_more_

Parameters:
vm - _more_

CursorReadoutWindow

public CursorReadoutWindow(NavigatedViewManager vm,
                           boolean ignoreMissing)
_more_

Parameters:
vm - _more_
ignoreMissing - _more_
Method Detail

handleMouseReleased

public void handleMouseReleased(MouseEvent e)
_more_

Parameters:
e - _more_

handleMousePressedOrDragged

public void handleMousePressedOrDragged(MouseEvent e)
_more_

Parameters:
e - _more_

updateReadout

public void updateReadout()
_more_


getReadout

public String getReadout(EarthLocation earthLocation,
                         boolean showDisplays,
                         boolean showAlt,
                         List<ReadoutInfo> samples)
_more_

Parameters:
earthLocation - _more_
showDisplays - _more_
showAlt - _more_
samples - _more_
Returns:
_more_