Package | Description |
---|---|
org.fhaes.neofhchart |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<SeriesSVG> |
FireChartSVG.series_list |
Modifier and Type | Method and Description |
---|---|
private java.util.ArrayList<SeriesSVG> |
FireChartSVG.convertFHSeriesToSeriesSVGList(java.util.ArrayList<FHSeries> list)
TODO
|
java.util.ArrayList<SeriesSVG> |
FireChartSVG.getCurrentSeriesList()
This function returns the up-to-date list of series.
|
Modifier and Type | Method and Description |
---|---|
private org.w3c.dom.Element |
FireChartSVG.buildSingleSeries(SeriesSVG s)
TODO
|