comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java @ 3270:4ac581062c40

Fix various documentation issues. flys-artifacts/trunk@4913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 12:19:35 +0000
parents b2ea89a665bc
children f091f2f55f88
comparison
equal deleted inserted replaced
3269:b2ea89a665bc 3270:4ac581062c40
409 409
410 410
411 /** 411 /**
412 * Process the output for W facets in a longitudinal section curve. 412 * Process the output for W facets in a longitudinal section curve.
413 * 413 *
414 * @param wqkms An array of WQKms values. 414 * @param wkms WKms data.
415 * @param facet The facet. This facet does NOT support any data objects. Use 415 * @param aandf The artifact and facet. This facet does NOT support any data objects. Use
416 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports 416 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports
417 * data. 417 * data.
418 * @param theme The theme that contains styling information. 418 * @param theme The theme that contains styling information.
419 * @param visible The visibility of the curve. 419 * @param visible The visibility of the curve.
420 */ 420 */
505 /** 505 /**
506 * This method determines - taking JFreeCharts auto x value ordering into 506 * This method determines - taking JFreeCharts auto x value ordering into
507 * account - if the x axis need to be inverted. Waterlines in these charts 507 * account - if the x axis need to be inverted. Waterlines in these charts
508 * should decrease. 508 * should decrease.
509 * 509 *
510 * @param wqkms The data object that stores the x and y values used for this 510 * @param wkms The data object that stores the x and y values used for this
511 * chart. 511 * chart.
512 */ 512 */
513 public boolean needInvertAxis(WKms wkms) { 513 public boolean needInvertAxis(WKms wkms) {
514 boolean wsUp = wkms.guessWaterIncreasing(); 514 boolean wsUp = wkms.guessWaterIncreasing();
515 boolean kmUp = DataUtil.guessWaterIncreasing(wkms.allKms()); 515 boolean kmUp = DataUtil.guessWaterIncreasing(wkms.allKms());

http://dive4elements.wald.intevation.org