|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.ChartData
ChartData.java Load the dataset from file or other source (to be implemented). Can transform dataset to other formats (log, weekly) as required
Constructor Summary | |
ChartData()
Creates a new instance of ChartData |
Method Summary | |
LogDataSeries |
getLogDataSeries()
|
TickerID |
getTickerId()
Returns the TickerID of the LogdataSeries associated with this class. |
LogDataSeries |
getWeeklyLogDataSeries()
Returns a LogSeriesData that contains weekly data. |
void |
loadLogDataSeries(int numberToGet,
TickerID tID,
int format)
Reads dataseries from a source, currently only files in "netfonds" format are understood |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChartData()
Method Detail |
public void loadLogDataSeries(int numberToGet, TickerID tID, int format) throws TickerNotFoundException
TickerNotFoundException
public LogDataSeries getLogDataSeries()
public LogDataSeries getWeeklyLogDataSeries()
public TickerID getTickerId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |