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
Exception
public void Update(int TimeStamp, double Bin, double Bout) throws SQLException
SQLException
public BWSpot getCurrentBW() throws SQLException
SQLException
public void Print()
public void PrintNthSpread(int S, int E, int Direction) throws SQLException
SQLException
public void PrintNthSpread(int S, int E, int Direction, int Year, int Month) throws SQLException
SQLException
public double getNth(int N, TreeSet MonthData)