comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1768:41ba2276d785

Cosmetics. flys-artifacts/trunk@3089 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 26 Oct 2011 12:47:37 +0000
parents 8e6615ad60b8
children 5d5dd44d613e
comparison
equal deleted inserted replaced
1767:b2730e31ff5b 1768:41ba2276d785
48 public abstract class XYChartGenerator extends ChartGenerator { 48 public abstract class XYChartGenerator extends ChartGenerator {
49 49
50 /** The logger that is used in this generator. */ 50 /** The logger that is used in this generator. */
51 private static Logger logger = Logger.getLogger(XYChartGenerator.class); 51 private static Logger logger = Logger.getLogger(XYChartGenerator.class);
52 52
53
54 /** SeriesCollection used for the first axis. */ 53 /** SeriesCollection used for the first axis. */
55 protected XYSeriesCollection first; 54 protected XYSeriesCollection first;
56 55
57 /** SeriesCollection used for the second axis. */ 56 /** SeriesCollection used for the second axis. */
58 protected XYSeriesCollection second; 57 protected XYSeriesCollection second;

http://dive4elements.wald.intevation.org