comparison flys-artifacts/src/main/java/de/intevation/flys/exports/process/Processor.java @ 4736:b195fede1c3b

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents af728a5e0329
children
comparison
equal deleted inserted replaced
4735:94b39073f0f7 4736:b195fede1c3b
14 public interface Processor { 14 public interface Processor {
15 15
16 /** 16 /**
17 * Processes data to generate e.g. a chart. 17 * Processes data to generate e.g. a chart.
18 * 18 *
19 * @param generator XYChartGenerator to add output on. 19 * @param generator XYChartGenerator to add output on.
20 * @param aandf The artifact and facet 20 * @param aandf The artifact and facet
21 * @param theme The theme that contains styling information. 21 * @param theme The theme that contains styling information.
22 * @param visible The visibility of the curve. 22 * @param visible The visibility of the curve.
23 * @param index The index of the curve 23 * @param index The index of the curve
24 */ 24 */
29 boolean visible, 29 boolean visible,
30 int index); 30 int index);
31 31
32 /** 32 /**
33 * Returns true if the Processor class is able to generate output for a facet type 33 * Returns true if the Processor class is able to generate output for a facet type
34 * 34 *
35 * @param facettype Name of the facet type 35 * @param facettype Name of the facet type
36 * @return true if the facettype can be processed 36 * @return true if the facettype can be processed
37 */ 37 */
38 public boolean canHandle(String facettype); 38 public boolean canHandle(String facettype);
39 } 39 }

http://dive4elements.wald.intevation.org