comparison flys-artifacts/src/main/java/de/intevation/flys/exports/HistoricalDischargeWQCurveGenerator.java @ 4337:0a7594c0cbc2

HistoricalD.WQ.Generator: Cometics, docs.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 31 Oct 2012 14:02:00 +0100
parents 8b4988815974
children 1efe382d8668
comparison
equal deleted inserted replaced
4336:09993be04c5e 4337:0a7594c0cbc2
16 16
17 17
18 /** 18 /**
19 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 19 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
20 */ 20 */
21 public class HistoricalDischargeWQCurveGenerator extends XYChartGenerator 21 public class HistoricalDischargeWQCurveGenerator
22 implements FacetTypes { 22 extends XYChartGenerator
23 implements FacetTypes {
23 24
25 /** Private logger. */
24 private static Logger logger = Logger 26 private static Logger logger = Logger
25 .getLogger(HistoricalDischargeWQCurveGenerator.class); 27 .getLogger(HistoricalDischargeWQCurveGenerator.class);
26 28
27 public static final String I18N_CHART_TITLE = "chart.historical.discharge.wq.title"; 29 public static final String I18N_CHART_TITLE = "chart.historical.discharge.wq.title";
28 30
30 32
31 public static final String I18N_XAXIS_LABEL = "chart.historical.discharge.wq.xaxis.label"; 33 public static final String I18N_XAXIS_LABEL = "chart.historical.discharge.wq.xaxis.label";
32 34
33 public static final String I18N_YAXIS_LABEL = "chart.historical.discharge.wq.yaxis.label"; 35 public static final String I18N_YAXIS_LABEL = "chart.historical.discharge.wq.yaxis.label";
34 36
37 /** One Y-Axis only, in this chart. */
35 public static enum YAXIS { 38 public static enum YAXIS {
36 W(0); 39 W(0);
37 40
38 protected int idx; 41 protected int idx;
39 42

http://dive4elements.wald.intevation.org