ucar.unidata.idv.flythrough
Class WeatherDecorator

java.lang.Object
  extended by ucar.unidata.idv.flythrough.FlythroughDecorator
      extended by ucar.unidata.idv.flythrough.WeatherDecorator

public class WeatherDecorator
extends FlythroughDecorator

Author:
IDV development team

Constructor Summary
WeatherDecorator()
          _more_
WeatherDecorator(Flythrough flythrough)
          _more_
 
Method Summary
 String getName()
          _more_
 void handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples)
          _more_
 boolean paintDashboard(Graphics2D g, JComponent comp)
          _more_
 
Methods inherited from class ucar.unidata.idv.flythrough.FlythroughDecorator
clearSamples, getShown, initEditMenu, initFileMenu, initViewMenu, logException, setFlythrough, setShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherDecorator

public WeatherDecorator()
_more_


WeatherDecorator

public WeatherDecorator(Flythrough flythrough)
_more_

Parameters:
flythrough - _more_
Method Detail

getName

public String getName()
_more_

Specified by:
getName in class FlythroughDecorator
Returns:
_more_

handleReadout

public void handleReadout(FlythroughPoint pt,
                          List<ReadoutInfo> samples)
                   throws Exception
_more_

Overrides:
handleReadout in class FlythroughDecorator
Parameters:
samples - _more_
Throws:
Exception - _more_

paintDashboard

public boolean paintDashboard(Graphics2D g,
                              JComponent comp)
_more_

Overrides:
paintDashboard in class FlythroughDecorator
Parameters:
g - _more_
comp - _more_
Returns:
_more_