|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.flythrough.FlythroughDecorator
public abstract class FlythroughDecorator
| Constructor Summary | |
|---|---|
FlythroughDecorator()
_more_ |
|
FlythroughDecorator(Flythrough flythrough)
_more_ |
|
| Method Summary | |
|---|---|
void |
clearSamples()
_more_ |
abstract String |
getName()
_more_ |
boolean |
getShown()
Get the Shown property. |
void |
handleReadout(FlythroughPoint pt,
List<ReadoutInfo> samples)
_more_ |
void |
initEditMenu(JMenu viewMenu)
_more_ |
void |
initFileMenu(JMenu viewMenu)
_more_ |
void |
initViewMenu(JMenu viewMenu)
_more_ |
void |
logException(String msg,
Throwable exc)
_more_ |
boolean |
paintDashboard(Graphics2D g,
JComponent comp)
_more_ |
void |
setFlythrough(Flythrough flythrough)
_more_ |
void |
setShown(boolean value)
Set the Shown property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlythroughDecorator()
public FlythroughDecorator(Flythrough flythrough)
flythrough - _more_| Method Detail |
|---|
public void setFlythrough(Flythrough flythrough)
flythrough - _more_
public void handleReadout(FlythroughPoint pt,
List<ReadoutInfo> samples)
throws Exception
samples - _more_
Exception - _more_
public boolean paintDashboard(Graphics2D g,
JComponent comp)
g - _more_comp - _more_
public abstract String getName()
public void clearSamples()
public void initViewMenu(JMenu viewMenu)
viewMenu - _more_public void initEditMenu(JMenu viewMenu)
viewMenu - _more_public void initFileMenu(JMenu viewMenu)
viewMenu - _more_public void setShown(boolean value)
value - The new value for Shownpublic boolean getShown()
public void logException(String msg,
Throwable exc)
msg - _more_exc - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||