comparison artifacts/src/main/java/org/dive4elements/river/exports/ComputedDischargeCurveGenerator.java @ 6464:2e850d56ae87

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Jun 2013 10:40:50 +0200
parents eff4c24a79b1
children ed0e4208facd
comparison
equal deleted inserted replaced
6463:378b0d780e36 6464:2e850d56ae87
264 } 264 }
265 } 265 }
266 266
267 267
268 /** 268 /**
269 * Add Q-Series to plot. 269 * Add W/Q-Series to plot.
270 * @param wqkms actual data 270 * @param wqkms actual data
271 * @param theme theme to use. 271 * @param theme theme to use.
272 */ 272 */
273 protected void doQOut( 273 protected void doQOut(
274 WQKms wqkms, 274 WQKms wqkms,
275 ArtifactAndFacet aaf, 275 ArtifactAndFacet aaf,
276 Document theme, 276 Document theme,
277 boolean visible 277 boolean visible
278 ) { 278 ) {
279 logger.debug("ComputedDischargeCurveGenerator: doQOut"); 279 logger.debug("ComputedDischargeCurveGenerator: doQOut (add W/Q data).");
280 XYSeries series = new StyledXYSeries(aaf.getFacetDescription(), theme); 280 XYSeries series = new StyledXYSeries(aaf.getFacetDescription(), theme);
281 StyledSeriesBuilder.addPointsQW(series, wqkms); 281 StyledSeriesBuilder.addPointsQW(series, wqkms);
282 282
283 addAxisSeries(series, YAXIS.W.idx, visible); 283 addAxisSeries(series, YAXIS.W.idx, visible);
284 } 284 }

http://dive4elements.wald.intevation.org