Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 370:4a8d934e745f
Bugfix: Changed the datastructure of the ThemeList (inner class of FLYSArtifactCollection) to store the theme of a chart in an ordered list -> Q curves of longitudinal section charts are now drawn.
flys-artifacts/trunk@1779 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 13:06:49 +0000 |
parents | 2ce7b473620e |
children | dfbb3d50b0bd |
comparison
equal
deleted
inserted
replaced
369:2ce7b473620e | 370:4a8d934e745f |
---|---|
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
4 Bugfix: Now, curves for Q values are drawn into a longitudinal section | |
5 chart as well. Therefore, it was necessary to change the datastructure | |
6 of the inner class ThemeList that stores all themes included in a chart | |
7 in an ordered list (stored in a java.util.Vector now). | |
8 | |
1 2011-04-29 Ingo Weinzierl <ingo@intevation.de> | 9 2011-04-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: New. An | 11 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: New. An |
4 abstract base class for ChartGenerators that create XY charts. | 12 abstract base class for ChartGenerators that create XY charts. |
5 | 13 |