Package ucar.unidata.idv.flythrough
Class FlythroughDecorator
java.lang.Object
ucar.unidata.idv.flythrough.FlythroughDecorator
- Direct Known Subclasses:
ChartDecorator,ImageDecorator,WeatherDecorator
- Author:
- IDV development team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid_more_abstract StringgetName()_more_booleangetShown()Get the Shown property.voidhandleReadout(FlythroughPoint pt, List<ReadoutInfo> samples) _more_voidinitEditMenu(JMenu viewMenu) _more_voidinitFileMenu(JMenu viewMenu) _more_voidinitViewMenu(JMenu viewMenu) _more_voidlogException(String msg, Throwable exc) _more_booleanpaintDashboard(Graphics2D g, JComponent comp) _more_voidsetFlythrough(Flythrough flythrough) _more_voidsetShown(boolean value) Set the Shown property.
-
Constructor Details
-
FlythroughDecorator
public FlythroughDecorator()_more_ -
FlythroughDecorator
_more_- Parameters:
flythrough- _more_
-
-
Method Details
-
setFlythrough
_more_- Parameters:
flythrough- _more_
-
handleReadout
_more_- Parameters:
samples- _more_- Throws:
Exception- _more_
-
paintDashboard
_more_- Parameters:
g- _more_comp- _more_- Returns:
- _more_
-
getName
_more_- Returns:
- _more_
-
clearSamples
public void clearSamples()_more_ -
initViewMenu
_more_- Parameters:
viewMenu- _more_
-
initEditMenu
_more_- Parameters:
viewMenu- _more_
-
initFileMenu
_more_- Parameters:
viewMenu- _more_
-
setShown
public void setShown(boolean value) Set the Shown property.- Parameters:
value- The new value for Shown
-
getShown
public boolean getShown()Get the Shown property.- Returns:
- The Shown
-
logException
_more_- Parameters:
msg- _more_exc- _more_
-