public class BWChart extends Object
| Constructor and Description | 
|---|
| BWChart(String chartname,
       ConfigFile settings) | 
| Modifier and Type | Method and Description | 
|---|---|
| BWSpot | getCurrentBW() | 
| double | getNth(int N,
      TreeSet MonthData) | 
| void | Print() | 
| void | PrintNthSpread(int S,
              int E,
              int Direction) | 
| void | PrintNthSpread(int S,
              int E,
              int Direction,
              int Year,
              int Month) | 
| void | Update(int TimeStamp,
      double Bin,
      double Bout) | 
public BWChart(String chartname, ConfigFile settings) throws Exception
Exceptionpublic void Update(int TimeStamp,
          double Bin,
          double Bout)
            throws SQLException
SQLExceptionpublic BWSpot getCurrentBW() throws SQLException
SQLExceptionpublic void Print()
public void PrintNthSpread(int S,
                  int E,
                  int Direction)
                    throws SQLException
SQLExceptionpublic void PrintNthSpread(int S,
                  int E,
                  int Direction,
                  int Year,
                  int Month)
                    throws SQLException
SQLExceptionpublic double getNth(int N,
            TreeSet MonthData)