comparison flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java @ 4365:7e3dc021452a

StyledSeriesBuilder: Corrected doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 02 Nov 2012 12:12:20 +0100
parents e62f70c2213d
children 919d4939ebe6
comparison
equal deleted inserted replaced
4364:e62f70c2213d 4365:7e3dc021452a
177 177
178 /** 178 /**
179 * Add points to series (q to 1st dim, w to 2nd dim). 179 * Add points to series (q to 1st dim, w to 2nd dim).
180 * 180 *
181 * @param series Series to add points to. 181 * @param series Series to add points to.
182 * @param wqkms WQKms to add to series. 182 * @param qs the Qs to add, assumed same length than ws.
183 * @param ws the Ws to add, assumed same length than qs.
183 */ 184 */
184 public static void addPointsQW(XYSeries series, double[] qs, double ws[]) { 185 public static void addPointsQW(XYSeries series, double[] qs, double ws[]) {
185 if (ws == null || qs == null) { 186 if (ws == null || qs == null) {
186 return; 187 return;
187 } 188 }

http://dive4elements.wald.intevation.org