Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1679:69929c471646
Improved the creation/rendering of annotations (km favorites, mainvalues).
flys-artifacts/trunk@2896 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 05 Oct 2011 14:23:53 +0000 |
parents | 03fbf1b30e72 |
children | f4da2009eb8b |
comparison
equal
deleted
inserted
replaced
1678:03fbf1b30e72 | 1679:69929c471646 |
---|---|
1 2011-10-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java: Stores a | |
4 list of XYTextAnnotations instead of FLYS specific Annotations. This | |
5 makes this class suitable for other annotation types as well. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/MainValuesQFacet.java, | |
8 src/main/java/de/intevation/flys/artifacts/model/MainValuesWFacet.java: | |
9 Both facets' getData() will now return an instance of FLYSAnnotation. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/model/AnnotationFacet.java: | |
12 Create XYTextAnnotations used to instantiate an object of | |
13 FLYSAnnotation. | |
14 | |
15 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java, | |
16 src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
17 Removed the code to add annotations to the plot. This task is general | |
18 enough to move this code to parent class. | |
19 | |
20 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
21 Instances of this class are now able to store - besides first and second | |
22 axes datasets - a list of annotations. This annotations are added to the | |
23 plot after the datasets have been added. To support LegendItems for | |
24 those annotions, it was necessary to create a the LegendItemCollection | |
25 by ourself. This work is done while applying the themes for each series | |
26 in the chart. | |
27 | |
1 2011-10-05 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 28 2011-10-05 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 29 |
3 Removed code duplication of guessWaterIncreasing() | 30 Removed code duplication of guessWaterIncreasing() |
4 | 31 |
5 * src/main/java/de/intevation/flys/artifacts/model/WKms.java(allKms, allWs): | 32 * src/main/java/de/intevation/flys/artifacts/model/WKms.java(allKms, allWs): |