Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2048:3157a78e6494
Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.
flys-artifacts/trunk@3538 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 23 Dec 2011 14:24:57 +0000 |
parents | 0318fa6f0844 |
children | 2d5f2bc68cc6 |
comparison
equal
deleted
inserted
replaced
2047:0318fa6f0844 | 2048:3157a78e6494 |
---|---|
1 2011-12-23 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
4 Implemented the methods getChartTitle() and getChartSubtitle(). Both | |
5 methods try to get the required information from ChartSettings. If no | |
6 ChartSettings is set for this OutGenerator, these methods will call | |
7 getDefaultChartTitle() and getDefaultChartSubtitle(). | |
8 | |
9 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java, | |
10 src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java, | |
11 src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, | |
12 src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java, | |
13 src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java, | |
14 src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | |
15 Renamed getChartTitle() and getChartSubtitle() to | |
16 getDefaultChartTitle() and getDefaultChartSubtitle(). In addition, the | |
17 methods addSubtitles() became more robust - these OutGenerators add | |
18 subtitles only if the subtitle is not empty. | |
19 | |
1 2011-12-23 Ingo Weinzierl <ingo@intevation.de> | 20 2011-12-23 Ingo Weinzierl <ingo@intevation.de> |
2 | 21 |
3 * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added a | 22 * src/main/java/de/intevation/flys/exports/OutGenerator.java: Added a |
4 setSettings(Settings) method. | 23 setSettings(Settings) method. |
5 | 24 |