Package ucar.unidata.idv.flythrough
Class ChartDecorator
java.lang.Object
ucar.unidata.idv.flythrough.FlythroughDecorator
ucar.unidata.idv.flythrough.ChartDecorator
- Author:
- IDV development team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_more_boolean
Get the CollectSamples property.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
_more_Methods inherited from class ucar.unidata.idv.flythrough.FlythroughDecorator
getShown, initEditMenu, logException, setFlythrough, setShown
-
Field Details
-
COLORS
_more_
-
-
Constructor Details
-
ChartDecorator
public ChartDecorator()_more_ -
ChartDecorator
_more_- Parameters:
flythrough
- _more_
-
-
Method Details
-
initViewMenu
Description copied from class:FlythroughDecorator
_more_- Overrides:
initViewMenu
in classFlythroughDecorator
- Parameters:
viewMenu
- _more_
-
initFileMenu
Description copied from class:FlythroughDecorator
_more_- Overrides:
initFileMenu
in classFlythroughDecorator
- Parameters:
fileMenu
- _more_
-
writeData
public void writeData()_more_ -
handleReadout
_more_- Overrides:
handleReadout
in classFlythroughDecorator
- Parameters:
samples
- _more_- Throws:
Exception
- _more_
-
getName
_more_- Specified by:
getName
in classFlythroughDecorator
- Returns:
- _more_
-
clearSamples
public void clearSamples()_more_- Overrides:
clearSamples
in classFlythroughDecorator
-
paintDashboard
_more_- Overrides:
paintDashboard
in classFlythroughDecorator
- 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
-