All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ChartOption |
getOption(String optionTitle) |
Object |
getOptionValue(String optionTitle) |
StringBuilder |
getRawTextDataSet(ArrayList<LinkedHashMap<String,Object>> data) |
boolean |
hasOption(String optionTitle) |
void |
saveToSVG(ArrayList<LinkedHashMap<String,Object>> rawData,
String directoryPath) |
void |
saveToSVG(ArrayList<LinkedHashMap<String,Object>> rawData,
String directoryPath,
String filename) |
void |
saveToSVGInUserDirectory(ArrayList<LinkedHashMap<String,Object>> rawData) |
void |
saveToSVGInUserDirectory(ArrayList<LinkedHashMap<String,Object>> rawData,
String filename) |
boolean |
setDimensionLookupKey(String dimensionKey,
String dataKey) |
boolean |
setDimensionLookupKeys(String dimensionKey,
Collection<String> dataKeys) |
boolean |
setOption(String optionTitle,
Object value) |
StringBuilder |
writeSVG(ArrayList<LinkedHashMap<String,Object>> data)
Writes out an SVG file given raw format of data.
|
StringBuilder |
writeSVGBody(StringBuilder builder,
ArrayList<LinkedHashMap<String,Object>> data)
Functionality to call functionality to write out non-header components of the SVG file, representing the chart.
|
StringBuilder |
writeSVGChartSpecificPayload(StringBuilder builder,
ChartRows filteredData)
Functionality to calculate and write out axes and/or backgrounds.
|