Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Sun May 01 10:58:38 2011 +0000 +++ b/flys-artifacts/ChangeLog Mon May 02 09:41:22 2011 +0000 @@ -1,3 +1,17 @@ +2011-05-02 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Removed + the getDataset() method and replaced it with a addDataset() method. + On this way, concrete subclasses of this OutGenerator can have multiple + datasets (e.g. different datasets for W and Q). This abstract method is + called after the chart generation is finished. + + * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java, + src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: + Both classes implement the addDataset() method. The + LongitudinalSectionGenerator has already multiple datasets for W and Q. + Both are added to the chart - both have an own range axis. + 2011-05-01 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/WstValueTable.java: