|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.flythrough.FlythroughDecorator
ucar.unidata.idv.flythrough.ChartDecorator
public class ChartDecorator
| 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 |
|---|
public static final Color[] COLORS
| Constructor Detail |
|---|
public ChartDecorator()
public ChartDecorator(Flythrough flythrough)
flythrough - _more_| Method Detail |
|---|
public void initViewMenu(JMenu viewMenu)
FlythroughDecorator
initViewMenu in class FlythroughDecoratorviewMenu - _more_public void initFileMenu(JMenu fileMenu)
FlythroughDecorator
initFileMenu in class FlythroughDecoratorfileMenu - _more_public void writeData()
public void handleReadout(FlythroughPoint pt,
List<ReadoutInfo> samples)
throws Exception
handleReadout in class FlythroughDecoratorsamples - _more_
Exception - _more_public String getName()
getName in class FlythroughDecoratorpublic void clearSamples()
clearSamples in class FlythroughDecorator
public boolean paintDashboard(Graphics2D g2,
JComponent comp)
paintDashboard in class FlythroughDecoratorg2 - _more_comp - _more_
public void setCollectSamples(boolean value)
value - The new value for CollectSamplespublic boolean getCollectSamples()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||