ucar.unidata.idv.flythrough
Class ImageDecorator

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

public class ImageDecorator
extends FlythroughDecorator

Author:
IDV development team

Constructor Summary
ImageDecorator()
          _more_
ImageDecorator(Flythrough flythrough)
          _more_
 
Method Summary
 void fetchBackgroundImage(String url)
          _more_
 String getName()
          _more_
 void handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples)
          _more_
 boolean paintDashboard(Graphics2D g2, 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

ImageDecorator

public ImageDecorator()
_more_


ImageDecorator

public ImageDecorator(Flythrough flythrough)
_more_

Parameters:
flythrough - _more_
Method Detail

handleReadout

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

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

fetchBackgroundImage

public void fetchBackgroundImage(String url)
_more_

Parameters:
url - _more_

getName

public String getName()
_more_

Specified by:
getName in class FlythroughDecorator
Returns:
_more_

paintDashboard

public boolean paintDashboard(Graphics2D g2,
                              JComponent comp)
_more_

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