comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractChart.java @ 617:3d13fa281a7e

Added new ouput mode: histogram. gnv-artifacts/trunk@688 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 15 Feb 2010 11:44:01 +0000
parents 22a6493e8460
children 79401c871da4
comparison
equal deleted inserted replaced
616:93978859fa9e 617:3d13fa281a7e
5 5
6 import org.jfree.chart.JFreeChart; 6 import org.jfree.chart.JFreeChart;
7 import org.jfree.chart.ChartTheme; 7 import org.jfree.chart.ChartTheme;
8 8
9 /** 9 /**
10 * @author Ingo Weinzierl <ingo.weinzierl@intevation.de> 10 * @author Ingo Weinzierl (ingo.weinzierl@intevation.de)
11 */ 11 */
12 public abstract class AbstractChart 12 public abstract class AbstractChart
13 implements Chart 13 implements Chart
14 { 14 {
15 protected JFreeChart chart; 15 protected JFreeChart chart;
26 protected Collection dates; 26 protected Collection dates;
27 protected Collection timeGaps; 27 protected Collection timeGaps;
28 28
29 public abstract JFreeChart generateChart(); 29 public abstract JFreeChart generateChart();
30 } 30 }
31 // vim:set ts=4 sw=4 si et sta sts=4 fenc=latin1 : 31 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org