Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2072:4cdd9c4896f6
#393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
flys-artifacts/trunk@3581 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 04 Jan 2012 12:24:35 +0000 |
parents | fd95bfbb2ec2 |
children | 27ada2e4243d |
comparison
equal
deleted
inserted
replaced
2071:fd95bfbb2ec2 | 2072:4cdd9c4896f6 |
---|---|
1 2012-01-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue393 (Themenstileditor: Minimum anzeigen / Beschriftung anzeigen) | |
4 | |
5 * src/main/java/de/intevation/flys/exports/EnhancedLineAndShapeRenderer.java: | |
6 New renderer that overrides JFreeChart's XYLineAndShapeRenderer. This | |
7 renderer brings the option to explicitly display the minimum and/or | |
8 maximum or a series as shape. Currently, there are no options to adjust | |
9 the style of those shapes. | |
10 | |
11 * doc/conf/themes.xml: Added a new virtual theme 'MinMaxPoints'. All line | |
12 theme inherit from that theme now. | |
13 | |
14 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: Added methods to | |
15 parse the fields 'showminimum' and 'showmaximum' of 'MinMaxPoints' theme. | |
16 | |
17 * src/main/java/de/intevation/flys/exports/StyledXYSeries.java: Added | |
18 methods to apply the fields of the new Theme 'MinMaxPoints'. | |
19 | |
20 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Modified | |
21 the getRenderer() method which now always returns a new instance of | |
22 EnhancedLineAndShapeRenderer. | |
23 | |
1 2011-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 24 2011-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 25 |
3 Allow styling of outline of areas. | 26 Allow styling of outline of areas. |
4 | 27 |
5 * src/main/java/de/intevation/flys/jfree/StableXYDifferenceRenderer.java: | 28 * src/main/java/de/intevation/flys/jfree/StableXYDifferenceRenderer.java: |