comparison artifacts/src/main/java/org/dive4elements/river/exports/ReferenceCurveGenerator.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents e4606eae8ea5
children 1cc7653ca84f 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
167 theme, 167 theme,
168 visible); 168 visible);
169 } 169 }
170 else if (name.equals(MAINVALUES_W)) { 170 else if (name.equals(MAINVALUES_W)) {
171 doAnnotations( 171 doAnnotations(
172 ((RiverAnnotation) artifactFacet.getData(context)).flipStickyAxis(), 172 ((RiverAnnotation)artifactFacet.getData(context))
173 .flipStickyAxis(),
173 artifactFacet, 174 artifactFacet,
174 theme, 175 theme,
175 visible); 176 visible);
176 177
177 } 178 }
221 ThemeDocument theme, 222 ThemeDocument theme,
222 boolean visible 223 boolean visible
223 ){ 224 ){
224 log.debug("ReferenceCurveGenerator.doPointOut"); 225 log.debug("ReferenceCurveGenerator.doPointOut");
225 226
226 XYSeries series = new StyledXYSeries(aandf.getFacetDescription(), theme); 227 XYSeries series =
228 new StyledXYSeries(aandf.getFacetDescription(), theme);
227 229
228 series.add(point.getX(), point.getY()); 230 series.add(point.getX(), point.getY());
229 231
230 addAxisSeries(series, YAXIS.W.idx, visible); 232 addAxisSeries(series, YAXIS.W.idx, visible);
231 } 233 }

http://dive4elements.wald.intevation.org