Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3090:22def36d37b7
Apply point color in XYStyle.
flys-artifacts/trunk@4689 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 12:29:29 +0000 |
parents | 7e4c8590067a |
children | 179e38aa678d |
comparison
equal
deleted
inserted
replaced
3089:7e4c8590067a | 3090:22def36d37b7 |
---|---|
1 2012-06-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/themes.xml: Fixed broken color strings. | |
4 | |
5 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: Added new functions | |
6 that return colors for points. | |
7 | |
8 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: Added new | |
9 function that returns the color for points. | |
10 | |
11 * src/main/java/de/intevation/flys/jfree/XYStyle.java: Added new method to | |
12 apply the color of points (independent of the specified line color). | |
13 | |
1 2012-06-18 Ingo Weinzierl <ingo@intevation.de> | 14 2012-06-18 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * doc/conf/themes.xml: Added themes for SQ relation charts | 16 * doc/conf/themes.xml: Added themes for SQ relation charts |
4 ('sq_a_measurement', sq_a_outlier' and 'sq_a_curve'). | 17 ('sq_a_measurement', sq_a_outlier' and 'sq_a_curve'). |
5 | 18 |