Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 315:63f8b3fb7d9a
Localization of chart axis with locale which fits best to server and browser settings.
gnv-artifacts/trunk@373 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 26 Nov 2009 08:47:44 +0000 |
parents | 6f72e335e2c9 |
children | 446301258f34 |
comparison
equal
deleted
inserted
replaced
314:6f72e335e2c9 | 315:63f8b3fb7d9a |
---|---|
1 2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Localized | |
4 chart axis. Two method have been added - method to localize y-axis of | |
5 charts, abstract method to localize x-axis of charts. | |
6 | |
7 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java, | |
8 src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Override | |
9 abstract method to localize x-axis. | |
10 | |
11 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java: | |
12 Call algorithm to determine the best locale regarding intersection of | |
13 supported server and browser locales. This locale is used to create | |
14 localized charts. | |
15 | |
1 2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 16 2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java: | 18 * src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java: |
4 New method getLocales() which returns an array of locales which are | 19 New method getLocales() which returns an array of locales which are |
5 supported by the server. | 20 supported by the server. |