comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1048:fd5c70973e0b

Picky white-space cosmetics. flys-artifacts/trunk@2510 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 19 Aug 2011 11:28:50 +0000
parents f7761914f745
children 0221451a24fe
comparison
equal deleted inserted replaced
1047:38088c982db6 1048:fd5c70973e0b
30 * 30 *
31 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 31 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
32 */ 32 */
33 public abstract class XYChartGenerator extends ChartGenerator { 33 public abstract class XYChartGenerator extends ChartGenerator {
34 34
35 /** The logger that is used in this generator.*/ 35 /** The logger that is used in this generator. */
36 private static Logger logger = Logger.getLogger(XYChartGenerator.class); 36 private static Logger logger = Logger.getLogger(XYChartGenerator.class);
37 37
38 38
39 /** SeriesCollection used for the first axis.*/ 39 /** SeriesCollection used for the first axis. */
40 protected XYSeriesCollection first; 40 protected XYSeriesCollection first;
41 41
42 /** SeriesCollection used for the second axis.*/ 42 /** SeriesCollection used for the second axis. */
43 protected XYSeriesCollection second; 43 protected XYSeriesCollection second;
44
45 44
46 public static final Color DEFAULT_GRID_COLOR = Color.GRAY; 45 public static final Color DEFAULT_GRID_COLOR = Color.GRAY;
47 public static final float DEFAULT_GRID_LINE_WIDTH = 0.3f; 46 public static final float DEFAULT_GRID_LINE_WIDTH = 0.3f;
48 47
49 48

http://dive4elements.wald.intevation.org