Public Member Functions | |
ModelDataset (Object oDataset, String sName, JCheckBox jTotal) | |
Constructor. | |
Object | GetDataset () |
Gets the dataset. | |
String | GetName () |
Gets the string for the dataset. | |
JCheckBox | GetCheckBox () |
Gets the total checkbox. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
datavisualizer::ModelDataset::ModelDataset | ( | Object | oDataset, | |
String | sName, | |||
JCheckBox | jTotal | |||
) | [inline] |
Constructor.
oDataset | The dataset | |
sName | String name | |
jTotal | Checkbox for whether or not to show totals. Can be null. |
Object datavisualizer::ModelDataset::GetDataset | ( | ) | [inline] |
Gets the dataset.
String datavisualizer::ModelDataset::GetName | ( | ) | [inline] |
Gets the string for the dataset.
JCheckBox datavisualizer::ModelDataset::GetCheckBox | ( | ) | [inline] |
Gets the total checkbox.