comparison artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java @ 7510:01d1ed168b24

WOutProcessor: Reorder statements so that function-call-debug-msg comes first.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 01 Nov 2013 16:44:49 +0100
parents 015e12aac2dc
children e4606eae8ea5
comparison
equal deleted inserted replaced
7509:25606eacd471 7510:01d1ed168b24
114 ArtifactAndFacet bundle, 114 ArtifactAndFacet bundle,
115 ThemeDocument theme, 115 ThemeDocument theme,
116 boolean visible, 116 boolean visible,
117 int index) 117 int index)
118 { 118 {
119 CallContext context = generator.getCallContext();
120 WKms wkms = (WKms) bundle.getData(context);
121
122 logger.debug("doOut"); 119 logger.debug("doOut");
123 120
121 CallContext context = generator.getCallContext();
122
124 XYSeries series = new StyledXYSeries(bundle.getFacetDescription(), theme); 123 XYSeries series = new StyledXYSeries(bundle.getFacetDescription(), theme);
124
125 WKms wkms = (WKms) bundle.getData(context);
125 126
126 StyledSeriesBuilder.addPoints(series, wkms); 127 StyledSeriesBuilder.addPoints(series, wkms);
127 generator.addAxisSeries(series, index, visible); 128 generator.addAxisSeries(series, index, visible);
128 129
129 // If a "band around the curve shall be drawn, add according area. 130 // If a "band around the curve shall be drawn, add according area.

http://dive4elements.wald.intevation.org