public class Charts extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Charts.ExtractGraphDataWalker
To extract graph data from a indicator data storage.
|
Constructor and Description |
---|
Charts() |
Modifier and Type | Method and Description |
---|---|
File |
generateChartFile(String prefix,
org.jfree.chart.JFreeChart chart,
int width,
int height) |
org.jfree.chart.JFreeChart |
generateCommunityChart(Locale locale,
Charts.ExtractGraphDataWalker walker,
IndicatorMap indicatorMap,
String indicator,
String chartTitle) |
org.jfree.chart.JFreeChart |
generatePopulationChart(Locale locale,
Charts.ExtractGraphDataWalker walker,
IndicatorMap indicatorMap,
String indicator,
String title) |
String |
getYearChartTitle(Locale locale) |
public File generateChartFile(String prefix, org.jfree.chart.JFreeChart chart, int width, int height)
public org.jfree.chart.JFreeChart generateCommunityChart(Locale locale, Charts.ExtractGraphDataWalker walker, IndicatorMap indicatorMap, String indicator, String chartTitle)
public org.jfree.chart.JFreeChart generatePopulationChart(Locale locale, Charts.ExtractGraphDataWalker walker, IndicatorMap indicatorMap, String indicator, String title)
Copyright © 2010–2015 Ifremer. All rights reserved.