comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java @ 788:e8a9e84a0328

Corrected JavaDoc errors in Chart Package. gnv-artifacts/trunk@870 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 31 Mar 2010 08:01:56 +0000
parents b1f5f2a8840f
children 22c18083225e
comparison
equal deleted inserted replaced
787:6cd8492019d8 788:e8a9e84a0328
197 // do nothing here 197 // do nothing here
198 } 198 }
199 199
200 200
201 /** 201 /**
202 * @param value
202 * @see de.intevation.gnv.chart.VerticalProfileChart#storeMaxValue(Map, 203 * @see de.intevation.gnv.chart.VerticalProfileChart#storeMaxValue(Map,
203 * Object, String) 204 * Object, String)
204 */ 205 */
205 @Override 206 @Override
206 protected void storeMaxValue(Map values, Object value, String parameter) { 207 protected void storeMaxValue(Map values, Object value, String parameter) {
394 * 395 *
395 * @param start First data point in a series 396 * @param start First data point in a series
396 * @param end Last data point in a series 397 * @param end Last data point in a series
397 * @param last Left point 398 * @param last Left point
398 * @param current Right point 399 * @param current Right point
399 * 400 * @param count Number of datapoints
400 * @return true, if a gap is detected between last and current - otherwise 401 * @return true, if a gap is detected between last and current - otherwise
401 * false. 402 * false.
402 */ 403 */
403 protected boolean specialDetection( 404 protected boolean specialDetection(
404 Point start, 405 Point start,

http://dive4elements.wald.intevation.org