Public Member Functions | |
LineGraphFileWriter (int iTreeType, int iChartType, int iSubplot) | |
Constructor. | |
void | SetFrame (JInternalFrame jFrame) |
Sets the frame for this object to post its dialogs on. | |
void | actionPerformed (java.awt.event.ActionEvent oEvent) |
Writes the chart to file. | |
Package Attributes | |
JInternalFrame | m_jFrame = null |
Frame for a chart. | |
int | m_iTreeType |
Tree type - SEEDLING, SAPLING, etc. | |
int | m_iChartType |
Chart type - RELATIVE_DENSITY, etc. | |
int | m_iSubplot |
Subplot - 0 if whole plot. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
datavisualizer.ShortOutputFileManager.LineGraphFileWriter.LineGraphFileWriter | ( | int | iTreeType, | |
int | iChartType, | |||
int | iSubplot | |||
) |
Constructor.
iTreeType | int Tree type - SEEDLING, SAPLING, etc. | |
iChartType | int Chart type - ABSOLUTE_DENSITY, etc. | |
iSubplot | Subplot number |
void datavisualizer.ShortOutputFileManager.LineGraphFileWriter.SetFrame | ( | JInternalFrame | jFrame | ) |
Sets the frame for this object to post its dialogs on.
jFrame | JInternalFrame Frame to set. |
void datavisualizer.ShortOutputFileManager.LineGraphFileWriter.actionPerformed | ( | java.awt.event.ActionEvent | oEvent | ) |
Writes the chart to file.
oEvent | ActionEvent Event which triggered this method. |
JInternalFrame datavisualizer.ShortOutputFileManager.LineGraphFileWriter.m_jFrame = null [package] |
Frame for a chart.
Tree type - SEEDLING, SAPLING, etc.
Chart type - RELATIVE_DENSITY, etc.
Subplot - 0 if whole plot.