comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java @ 2051:4ba5036109d2

Make use of user defined axes labels during chart creation. flys-artifacts/trunk@3541 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 27 Dec 2011 07:52:25 +0000
parents 3157a78e6494
children a026d005accd
comparison
equal deleted inserted replaced
2050:c4e0e433f825 2051:4ba5036109d2
85 } 85 }
86 } 86 }
87 87
88 88
89 @Override 89 @Override
90 protected String getYAxisLabel() { 90 protected String getDefaultYAxisLabel(int pos) {
91 return msg(I18N_YAXIS_LABEL, I18N_YAXIS_LABEL_DEFAULT); 91 return msg(I18N_YAXIS_LABEL, I18N_YAXIS_LABEL_DEFAULT);
92 } 92 }
93 93
94 94
95 @Override 95 @Override

http://dive4elements.wald.intevation.org