diff flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledValueMarker.java @ 4686:85876e3a5346

Fixed and improved theme handling for areas.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 17 Dec 2012 15:32:53 +0100
parents 7140bb0f92b0
children
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledValueMarker.java	Mon Dec 17 15:31:07 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/jfree/StyledValueMarker.java	Mon Dec 17 15:32:53 2012 +0100
@@ -19,7 +19,7 @@
     public StyledValueMarker(double value, Document theme) {
         super(value);
 
-        Color color = ThemeUtil.parseLineColorField(theme);
+        Color color = ThemeUtil.parseAreaBackgroundColor(theme);
         if(color == null) {
             color = Color.BLACK;
         }

http://dive4elements.wald.intevation.org