comparison artifacts/src/main/java/org/dive4elements/river/exports/DiagramGenerator.java @ 7167:2fd238b681a9

Add debug output triggered by debugging the last commit
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 26 Sep 2013 12:22:01 +0200
parents 053e39436ba3
children 32db4f89b65f
comparison
equal deleted inserted replaced
7166:0e1191e34b5f 7167:2fd238b681a9
144 diagramAttributes.getDomainAxis(); 144 diagramAttributes.getDomainAxis();
145 145
146 if (dx != null) { 146 if (dx != null) {
147 inverted = (Boolean)dx.isInverted() 147 inverted = (Boolean)dx.isInverted()
148 .evaluate((D4EArtifact)getMaster(), context); 148 .evaluate((D4EArtifact)getMaster(), context);
149 logger.debug("setInvertedFromConfig: " + inverted);
150 } else {
151 logger.debug("setInvertedFromConfig no domain axis found?");
149 } 152 }
150 } 153 }
151 154
152 /** 155 /**
153 * Generate the chart anew (including localized axis and all). 156 * Generate the chart anew (including localized axis and all).

http://dive4elements.wald.intevation.org