comparison flys-artifacts/src/main/java/de/intevation/flys/exports/FlowVelocityGenerator.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 d8444fcb4e44
children 3dc26ec2558d
comparison
equal deleted inserted replaced
3269:b2ea89a665bc 3270:4ac581062c40
164 } 164 }
165 165
166 166
167 /** 167 /**
168 * Produce output. 168 * Produce output.
169 * @param facet current facet. 169 * @param artifactAndFacet current facet.
170 * @param attr theme for facet 170 * @param attr theme for facet
171 * @param visible Whether this facets data is actually visible or not.
171 */ 172 */
172 public void doOut( 173 public void doOut(
173 ArtifactAndFacet artifactAndFacet, 174 ArtifactAndFacet artifactAndFacet,
174 Document attr, 175 Document attr,
175 boolean visible 176 boolean visible
241 242
242 /** 243 /**
243 * Process the output for W facets in a longitudinal section curve. 244 * Process the output for W facets in a longitudinal section curve.
244 * 245 *
245 * @param data A FlowVelocityData object 246 * @param data A FlowVelocityData object
246 * @param facet The facet. This facet does NOT support any data objects. Use 247 * @param aandf The facet. This facet does NOT support any data objects. Use
247 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports 248 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports
248 * data. 249 * data.
249 * @param theme The theme that contains styling information. 250 * @param theme The theme that contains styling information.
250 * @param visible The visibility of the curve. 251 * @param visible The visibility of the curve.
251 */ 252 */
290 291
291 292
292 293
293 /** 294 /**
294 * @param data A FlowVelocityData object 295 * @param data A FlowVelocityData object
295 * @param facet The facet. This facet does NOT support any data objects. Use 296 * @param aandf The facet. This facet does NOT support any data objects. Use
296 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports 297 * FLYSArtifact.getNativeFacet() instead to retrieve a Facet which supports
297 * data. 298 * data.
298 * @param theme The theme that contains styling information. 299 * @param theme The theme that contains styling information.
299 * @param visible The visibility of the curve. 300 * @param visible The visibility of the curve.
300 */ 301 */

http://dive4elements.wald.intevation.org