comparison flys-artifacts/src/main/java/de/intevation/flys/exports/StyledSeriesBuilder.java @ 3284:d9af29a4bb85

Various cosmetic doc fixes. flys-artifacts/trunk@4944 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 11 Jul 2012 19:21:43 +0000
parents b2ea89a665bc
children f091f2f55f88
comparison
equal deleted inserted replaced
3283:a8ce3263b0a7 3284:d9af29a4bb85
127 127
128 /** 128 /**
129 * Add points to series (q to 1st dim, w to 2nd dim). 129 * Add points to series (q to 1st dim, w to 2nd dim).
130 * 130 *
131 * @param series Series to add points to. 131 * @param series Series to add points to.
132 * @param wqksm WQKms to add to series. 132 * @param wqkms WQKms to add to series.
133 */ 133 */
134 public static void addPointsQW(XYSeries series, WQKms wqkms) { 134 public static void addPointsQW(XYSeries series, WQKms wqkms) {
135 if (wqkms == null) { 135 if (wqkms == null) {
136 return; 136 return;
137 } 137 }
146 146
147 /** 147 /**
148 * Add points to series (q to 1st dim, w to 2nd dim). 148 * Add points to series (q to 1st dim, w to 2nd dim).
149 * 149 *
150 * @param series Series to add points to. 150 * @param series Series to add points to.
151 * @param WWQQ WWQQ to add to series. 151 * @param wwqq WWQQ to add to series.
152 */ 152 */
153 public static void addPoints(XYSeries series, WWQQ wwqq) { 153 public static void addPoints(XYSeries series, WWQQ wwqq) {
154 if (wwqq == null) { 154 if (wwqq == null) {
155 return; 155 return;
156 } 156 }

http://dive4elements.wald.intevation.org