public class WeatherDecorator extends FlythroughDecorator
| Constructor and Description |
|---|
WeatherDecorator()
_more_
|
WeatherDecorator(Flythrough flythrough)
_more_
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
_more_
|
void |
handleReadout(FlythroughPoint pt,
java.util.List<ReadoutInfo> samples)
_more_
|
boolean |
paintDashboard(java.awt.Graphics2D g,
javax.swing.JComponent comp)
_more_
|
clearSamples, getShown, initEditMenu, initFileMenu, initViewMenu, logException, setFlythrough, setShownpublic WeatherDecorator()
public WeatherDecorator(Flythrough flythrough)
flythrough - _more_public java.lang.String getName()
getName in class FlythroughDecoratorpublic void handleReadout(FlythroughPoint pt, java.util.List<ReadoutInfo> samples) throws java.lang.Exception
handleReadout in class FlythroughDecoratorsamples - _more_java.lang.Exception - _more_public boolean paintDashboard(java.awt.Graphics2D g,
javax.swing.JComponent comp)
paintDashboard in class FlythroughDecoratorg - _more_comp - _more_