comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalProfileChart.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 feae2f9d6c6f
comparison
equal deleted inserted replaced
787:6cd8492019d8 788:e8a9e84a0328
265 ); 265 );
266 } 266 }
267 267
268 268
269 /** 269 /**
270 * @param parameter
270 * @see de.intevation.gnv.chart.AbstractXYLineChart#addSeries(Series, String, 271 * @see de.intevation.gnv.chart.AbstractXYLineChart#addSeries(Series, String,
271 * int) 272 * int)
272 */ 273 */
273 @Override 274 @Override
274 protected void addSeries(Series series, String parameter, int idx) { 275 protected void addSeries(Series series, String parameter, int idx) {
348 values.put(parameter, new Range(lower, upper)); 349 values.put(parameter, new Range(lower, upper));
349 } 350 }
350 351
351 352
352 /** 353 /**
354 * @param locale
353 * @see de.intevation.gnv.chart.AbstractXYLineChart#localizeDomainAxis(Axis, 355 * @see de.intevation.gnv.chart.AbstractXYLineChart#localizeDomainAxis(Axis,
354 * Locale) 356 * Locale)
355 */ 357 */
356 @Override 358 @Override
357 protected void localizeDomainAxis(Axis axis, Locale locale) { 359 protected void localizeDomainAxis(Axis axis, Locale locale) {
524 * @param start First data point value in a series. 526 * @param start First data point value in a series.
525 * @param end Last data point value in a series. 527 * @param end Last data point value in a series.
526 * @param last Left value 528 * @param last Left value
527 * @param current Right value 529 * @param current Right value
528 * 530 *
531 * @param count
529 * @return true, if a gap is detected between last and current - otherwise 532 * @return true, if a gap is detected between last and current - otherwise
530 * false. 533 * false.
531 */ 534 */
532 protected boolean specialDetection( 535 protected boolean specialDetection(
533 double start, 536 double start,

http://dive4elements.wald.intevation.org