comparison flys-artifacts/src/main/java/de/intevation/flys/exports/minfo/BedQualityGenerator.java @ 3772:5a8f8fd5310c

The usual wipe after for ill configured Eclipses. flys-artifacts/trunk@5477 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 15 Sep 2012 18:11:51 +0000
parents d29cebf371ba
children 9f9d5ada96ca
comparison
equal deleted inserted replaced
3771:04309ca24614 3772:5a8f8fd5310c
15 import de.intevation.flys.jfree.StyledXYSeries; 15 import de.intevation.flys.jfree.StyledXYSeries;
16 16
17 17
18 /** 18 /**
19 * An OutGenerator that generates bed quality charts. 19 * An OutGenerator that generates bed quality charts.
20 * 20 *
21 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 21 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
22 */ 22 */
23 public class BedQualityGenerator extends XYChartGenerator implements FacetTypes { 23 public class BedQualityGenerator extends XYChartGenerator implements FacetTypes {
24 24
25 public enum YAXIS { 25 public enum YAXIS {
64 }; 64 };
65 } 65 }
66 66
67 /** 67 /**
68 * Returns the default title for this chart. 68 * Returns the default title for this chart.
69 * 69 *
70 * @return the default title for this chart. 70 * @return the default title for this chart.
71 */ 71 */
72 @Override 72 @Override
73 public String getDefaultChartTitle() { 73 public String getDefaultChartTitle() {
74 return msg(I18N_CHART_TITLE, I18N_CHART_TITLE_DEFAULT); 74 return msg(I18N_CHART_TITLE, I18N_CHART_TITLE_DEFAULT);
120 return msg(I18N_THIRD_YAXIS_LABEL, I18N_THIRD_YAXIS_LABEL_DEFAULT); 120 return msg(I18N_THIRD_YAXIS_LABEL, I18N_THIRD_YAXIS_LABEL_DEFAULT);
121 } 121 }
122 122
123 /** 123 /**
124 * Produce output. 124 * Produce output.
125 * 125 *
126 * @param artifactAndFacet 126 * @param artifactAndFacet
127 * current facet. 127 * current facet.
128 * @param attr 128 * @param attr
129 * theme for facet 129 * theme for facet
130 */ 130 */

http://dive4elements.wald.intevation.org