comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java @ 3269:b2ea89a665bc

Fix issues in 'documentation'. flys-artifacts/trunk@4911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 11:10:38 +0000
parents ed07dd55f487
children 4ac581062c40
comparison
equal deleted inserted replaced
3268:38eb2b0d4f99 3269:b2ea89a665bc
310 } 310 }
311 311
312 312
313 /** 313 /**
314 * Produce output. 314 * Produce output.
315 * @param facet current facet. 315 * @param artifactAndFacet current facet and artifact.
316 * @param attr theme for facet 316 * @param attr theme for facet
317 */ 317 */
318 public void doOut( 318 public void doOut(
319 ArtifactAndFacet artifactAndFacet, 319 ArtifactAndFacet artifactAndFacet,
320 Document attr, 320 Document attr,
475 475
476 /** 476 /**
477 * Process the output for Q facets in a longitudinal section curve. 477 * Process the output for Q facets in a longitudinal section curve.
478 * 478 *
479 * @param wqkms An array of WQKms values. 479 * @param wqkms An array of WQKms values.
480 * @param facet The facet. This facet does NOT support any data objects. Use 480 * @param aandf The facet and artifact. This facet does NOT support any data objects. Use
481 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports 481 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports
482 * data. 482 * data.
483 * @param theme The theme that contains styling information. 483 * @param theme The theme that contains styling information.
484 * @param visible The visibility of the curve. 484 * @param visible The visibility of the curve.
485 */ 485 */

http://dive4elements.wald.intevation.org