diff artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java @ 6906:7a9cbb3a3d5a

Artifacts: Moved logic of ThemeUtils into ThemeDocument. TODO: Remove ThemeUtils
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 23 Aug 2013 01:16:13 +0200
parents 1b35b2ddfc28
children 819481cc9195
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java	Thu Aug 22 23:31:38 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/ChartGenerator.java	Fri Aug 23 01:16:13 2013 +0200
@@ -457,7 +457,7 @@
 
             // Get Themeing information and add legend item.
             if (theme != null) {
-                textStyle = theme.parseTextStyle();
+                textStyle = theme.parseComplexTextStyle();
                 lineStyle = theme.parseComplexLineStyle();
                 if (fa.getLabel() != null) {
                     LegendItemCollection lic = new LegendItemCollection();

http://dive4elements.wald.intevation.org