Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 492:79e80c289018
Added labels and titles to 'Profilschnitt' charts.
gnv-artifacts/trunk@569 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 10:06:03 +0000 |
parents | cbb6b592bc6f |
children | cef17cc90fd0 |
comparison
equal
deleted
inserted
replaced
491:cbb6b592bc6f | 492:79e80c289018 |
---|---|
1 2010-01-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java, | |
4 src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
5 Sourced creation of a ChartLabel object out to an own method which can be | |
6 overwritten in subclasses to adjust the labels in each chart type. | |
7 | |
8 * src/main/java/de/intevation/gnv/chart/ChartLabels.java: Added string for | |
9 labeling y axis and a parameter used in 'Profilschnitten'. | |
10 | |
11 * src/main/java/de/intevation/gnv/chart/VerticalCrossSectionChart.java: Read | |
12 labels from ChartLabel object and set chart and axes titles according to | |
13 these labels. | |
14 | |
15 * src/main/resources/lang/artifactMessages.properties, | |
16 src/main/resources/lang/artifactMessages_de_DE.properties, | |
17 src/main/resources/lang/artifactMessages_en.properties, | |
18 src/main/resources/lang/artifactMessages_de.properties: Added labels for | |
19 x and y axes of 'Profilschnitt' charts. | |
20 | |
1 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 21 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 22 |
3 * src/main/java/de/intevation/gnv/artifacts/GNVDefaultArtifact.java: Add an | 23 * src/main/java/de/intevation/gnv/artifacts/GNVDefaultArtifact.java: Add an |
4 attribute 'fis' to the fis select node. If this attribute is found in | 24 attribute 'fis' to the fis select node. If this attribute is found in |
5 XSLT, a link to step back and select a new fis will be created. | 25 XSLT, a link to step back and select a new fis will be created. |