datavisualizer.ModelDataset Class Reference

This encapsulates any kind of a chart dataset with a string to match it to its chart window. More...

List of all members.

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.

Private Attributes

Object m_oDataset
 Dataset being encapsulated.
String m_sName
 Associated string.
JCheckBox m_jTotalCheckbox
 Checkbox for whether or not to show totals - might be null if it doesn't apply.


Detailed Description

This encapsulates any kind of a chart dataset with a string to match it to its chart window.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

Constructor & Destructor Documentation

datavisualizer.ModelDataset.ModelDataset ( Object  oDataset,
String  sName,
JCheckBox  jTotal 
)

Constructor.

Parameters:
oDataset The dataset
sName String name
jTotal Checkbox for whether or not to show totals. Can be null.


Member Function Documentation

Object datavisualizer.ModelDataset.GetDataset (  ) 

Gets the dataset.

Returns:
The dataset.

String datavisualizer.ModelDataset.GetName (  ) 

Gets the string for the dataset.

Returns:
Dataset string.

JCheckBox datavisualizer.ModelDataset.GetCheckBox (  ) 

Gets the total checkbox.

Returns:
JCheckBox Total checkbox. Can be null.


Member Data Documentation

Dataset being encapsulated.

Associated string.

Checkbox for whether or not to show totals - might be null if it doesn't apply.


The documentation for this class was generated from the following file:

Generated on Tue Apr 19 13:59:34 2011 for SORTIE Java Interface by  doxygen 1.5.6