|
|||||||||||
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 |
|
ChartData(java.lang.String str)
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(java.lang.String source,
int numberToGet)
Reads dataseries from a source, currently only files in "netfonds" format are understood |
void |
setPathAndExtension(java.lang.String path,
java.lang.String extension)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChartData()
public ChartData(java.lang.String str)
str
- representing the tickerMethod Detail |
public void loadLogDataSeries(java.lang.String source, int numberToGet) throws TickerNotFoundException
source
- Source (e.g. path and filename) of the dataseries
TickerNotFoundException
public LogDataSeries getLogDataSeries()
public void setPathAndExtension(java.lang.String path, java.lang.String extension)
path
- The file pathextension
- of the filespublic LogDataSeries getWeeklyLogDataSeries()
public TickerID getTickerId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |