Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 375:60f63539d004
Ws and Qs of a longitudinal section chart are mapped to an own range axis now.
flys-artifacts/trunk@1785 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 02 May 2011 09:41:22 +0000 |
parents | 91fbaa2744bf |
children | aa0889141b15 |
comparison
equal
deleted
inserted
replaced
374:91fbaa2744bf | 375:60f63539d004 |
---|---|
1 2011-05-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Removed | |
4 the getDataset() method and replaced it with a addDataset() method. | |
5 On this way, concrete subclasses of this OutGenerator can have multiple | |
6 datasets (e.g. different datasets for W and Q). This abstract method is | |
7 called after the chart generation is finished. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, | |
10 src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
11 Both classes implement the addDataset() method. The | |
12 LongitudinalSectionGenerator has already multiple datasets for W and Q. | |
13 Both are added to the chart - both have an own range axis. | |
14 | |
1 2011-05-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 15 2011-05-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: | 17 * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: |
4 Use the cache for the wst value table if configured. | 18 Use the cache for the wst value table if configured. |
5 | 19 |