ucar.unidata.idv.flythrough
Class ChartDecorator

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

public class ChartDecorator
extends FlythroughDecorator

Author:
IDV development team

Field Summary
static Color[] COLORS
          _more_
 
Constructor Summary
ChartDecorator()
          _more_
ChartDecorator(Flythrough flythrough)
          _more_
 
Method Summary
 void clearSamples()
          _more_
 boolean getCollectSamples()
          Get the CollectSamples property.
 String getName()
          _more_
 void handleReadout(FlythroughPoint pt, List<ReadoutInfo> samples)
          _more_
 void initFileMenu(JMenu fileMenu)
          _more_
 void initViewMenu(JMenu viewMenu)
          _more_
 boolean paintDashboard(Graphics2D g2, JComponent comp)
          _more_
 void setCollectSamples(boolean value)
          Set the CollectSamples property.
 void writeData()
          _more_
 
Methods inherited from class ucar.unidata.idv.flythrough.FlythroughDecorator
getShown, initEditMenu, logException, setFlythrough, setShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLORS

public static final Color[] COLORS
_more_

Constructor Detail

ChartDecorator

public ChartDecorator()
_more_


ChartDecorator

public ChartDecorator(Flythrough flythrough)
_more_

Parameters:
flythrough - _more_
Method Detail

initViewMenu

public void initViewMenu(JMenu viewMenu)
Description copied from class: FlythroughDecorator
_more_

Overrides:
initViewMenu in class FlythroughDecorator
Parameters:
viewMenu - _more_

initFileMenu

public void initFileMenu(JMenu fileMenu)
Description copied from class: FlythroughDecorator
_more_

Overrides:
initFileMenu in class FlythroughDecorator
Parameters:
fileMenu - _more_

writeData

public void writeData()
_more_


handleReadout

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

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

getName

public String getName()
_more_

Specified by:
getName in class FlythroughDecorator
Returns:
_more_

clearSamples

public void clearSamples()
_more_

Overrides:
clearSamples in class FlythroughDecorator

paintDashboard

public boolean paintDashboard(Graphics2D g2,
                              JComponent comp)
_more_

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

setCollectSamples

public void setCollectSamples(boolean value)
Set the CollectSamples property.

Parameters:
value - The new value for CollectSamples

getCollectSamples

public boolean getCollectSamples()
Get the CollectSamples property.

Returns:
The CollectSamples