Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 333:19571fd1d0e8
Sourced ChartFactory call out to an own method, which is overriden by TimeSeriesChart.
gnv-artifacts/trunk@399 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 07 Dec 2009 10:33:31 +0000 |
parents | f5c25c86a625 |
children | e37930705daa |
comparison
equal
deleted
inserted
replaced
332:f5c25c86a625 | 333:19571fd1d0e8 |
---|---|
1 2009-12-07 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Changed method | |
4 generateChart to initChart, which just created a new timeseries chart. | |
5 General chart stuff is done in AbstractXYLineChart. | |
6 | |
7 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Sourced | |
8 ChartFactory call out to a new initChart method. This has been done, | |
9 because TimeSeriesCharts needs to initiate another type of chart than | |
10 horizontal or vertical charts. | |
11 | |
1 2009-12-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 12 2009-12-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java: | 14 * src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java: |
4 Added method to fetch a string from ressource bundle with a specified | 15 Added method to fetch a string from ressource bundle with a specified |
5 locale. Before, there just have been existing a method to fetch string | 16 locale. Before, there just have been existing a method to fetch string |