Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2138:59bb5c895be3
Improved HYK/Zones- handling.
flys-artifacts/trunk@3716 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 19 Jan 2012 11:00:27 +0000 |
parents | 04b6b6a4564d |
children | 923256599afe |
comparison
equal
deleted
inserted
replaced
2137:04b6b6a4564d | 2138:59bb5c895be3 |
---|---|
1 2012-01-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Somewhat improved HYK handling and rendering. | |
4 | |
5 * src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java: | |
6 Added ability to store 'zones', next to text annotations. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
9 (getLowestYValue, getUppestYValue, colorForHYKZone), | |
10 (addBoxAnnotations): New. Create box annotations from zones. | |
11 | |
12 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: | |
13 (doHYK): New, handle hyk facets by adding zones to annotation | |
14 container. | |
15 | |
1 2012-01-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2012-01-19 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 Preparing improved HYK handling. | 18 Preparing improved HYK handling. |
4 | 19 |
5 * src/main/java/de/intevation/flys/artifacts/model/HYKFactory.java: | 20 * src/main/java/de/intevation/flys/artifacts/model/HYKFactory.java: |