comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.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 5966a20fc72c
children 21a4d2c677a1
comparison
equal deleted inserted replaced
1767:b2730e31ff5b 1768:41ba2276d785
38 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 38 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
39 */ 39 */
40 public abstract class ChartGenerator implements OutGenerator { 40 public abstract class ChartGenerator implements OutGenerator {
41 41
42 private static Logger logger = Logger.getLogger(ChartGenerator.class); 42 private static Logger logger = Logger.getLogger(ChartGenerator.class);
43
44 43
45 /** The default chart width, if no other width is set. */ 44 /** The default chart width, if no other width is set. */
46 public static final int DEFAULT_CHART_WIDTH = 600; 45 public static final int DEFAULT_CHART_WIDTH = 600;
47 46
48 /** The default chart height, if no other height is set.*/ 47 /** The default chart height, if no other height is set.*/

http://dive4elements.wald.intevation.org