Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1989:156304542edf
Finished the ChartSection part of the chart Settings returned by the XYChartGenerator.
flys-artifacts/trunk@3423 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Dec 2011 12:05:06 +0000 |
parents | 158b3aabda2c |
children | 5c1e7c1e9e09 |
comparison
equal
deleted
inserted
replaced
1988:158b3aabda2c | 1989:156304542edf |
---|---|
1 2011-12-15 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Introduced | |
4 methods getChartSubtitle() and isGridVisible(). getChartSubtitle() returns | |
5 in this implementation null. Concrete subclasses should override this | |
6 mehtod if they require subtitles in charts. isGridVisible() determines if | |
7 the grid in the chart should be visible or not. This method return always | |
8 true in this implementation. | |
9 In addition, the Settings object returned by getSettings() will now have a | |
10 ChartSection set properly. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java, | |
13 src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java, | |
14 src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, | |
15 src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java, | |
16 src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | |
17 Override getChartSubtitle(). | |
18 | |
1 2011-12-15 Ingo Weinzierl <ingo@intevation.de> | 19 2011-12-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 21 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Prepare the OutGenerator (process each of the Output's Facets) during the | 22 Prepare the OutGenerator (process each of the Output's Facets) during the |
5 describe() operation to be able to return an initial Settings object. | 23 describe() operation to be able to return an initial Settings object. |