comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/AbstractChart.java @ 310:45625b5cd6d4

Added timegap definitions to charts. Adapted constructors and constructor calls. gnv-artifacts/trunk@368 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 24 Nov 2009 19:14:58 +0000
parents 9ba2cf8cad8d
children 5f2820e821e0
comparison
equal deleted inserted replaced
309:333ea3d54423 310:45625b5cd6d4
26 protected ChartTheme theme; 26 protected ChartTheme theme;
27 protected Collection parameters; 27 protected Collection parameters;
28 protected Collection measurements; 28 protected Collection measurements;
29 protected Collection resultSet; 29 protected Collection resultSet;
30 protected Collection dates; 30 protected Collection dates;
31 protected Collection timeGaps;
31 32
32 public abstract JFreeChart generateChart(); 33 public abstract JFreeChart generateChart();
33 34
34 public BufferedImage exportImage(int width, int height) { 35 public BufferedImage exportImage(int width, int height) {
35 log.info("export chart as png"); 36 log.info("export chart as png");

http://dive4elements.wald.intevation.org