Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 369:2ce7b473620e
Implemented the chart creation of a longitudinal section chart - W and Q facets.
flys-artifacts/trunk@1778 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 10:13:24 +0000 |
parents | 3e66a5705c39 |
children | 4a8d934e745f |
comparison
equal
deleted
inserted
replaced
368:3e66a5705c39 | 369:2ce7b473620e |
---|---|
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: New. An | |
4 abstract base class for ChartGenerators that create XY charts. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/DischargeCurveGenerator.java: | |
7 Sourced the generate() method out to the XYChartGenerator. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
10 Implemented the methods to add W and Q facets to the chart. | |
11 | |
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | 12 2011-04-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Improved | 14 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Improved |
4 the calculation of the step with for ranges. | 15 the calculation of the step with for ranges. |
5 | 16 |