Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2020:4f7f781e4481
Improved area rendering workflow.
flys-artifacts/trunk@3475 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 20 Dec 2011 06:47:08 +0000 |
parents | 3f1a63da2cf4 |
children | 1ae17b100973 |
comparison
equal
deleted
inserted
replaced
2019:aa3e7ed1fa46 | 2020:4f7f781e4481 |
---|---|
1 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added further 'area' infrastructure. | |
4 | |
5 * src/main/java/de/intevation/flys/exports/StyledAreaSeriesCollection.java: | |
6 New, "area dataset". | |
7 | |
8 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java | |
9 (doOut): Use helper to decide if facet is an 'area' facet. | |
10 (doArea): Construct StyledAreaSeriesCollection instead of two | |
11 dataseries. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
14 (AxisDataset.isArea): Distinguish area datasets with instanceof. | |
15 (AxisDataset.addArea): New. Replaces addAreaDataset. | |
16 (addAreaSeries): Simplified with new custom SeriesCollection. | |
17 (applyTheme): Register and style StableXYDifferenceRenderer for | |
18 StyledAreaSeriesCollections. | |
19 Added various TODOs and debug output to stabilize development. | |
20 | |
21 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
22 | |
23 * doc/conf/artifacts/winfo.xml: Added facets to compatibility | |
24 matrices. | |
25 | |
26 * doc/conf/themes.xml: Added Area theme defaults. | |
27 | |
1 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 28 2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 29 |
3 Lay ground for having areas in longitudinal section diagrams, too. | 30 Lay ground for having areas in longitudinal section diagrams, too. |
4 This is done by different naming of the facets. | 31 This is done by different naming of the facets. |
5 | 32 |