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)
           
 
Method Summary
 void handleMousePressedOrDragged(MouseEvent e)
          _more_
 void handleMouseReleased(MouseEvent e)
          _more_
 void updateReadout()
           
 
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)
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()