comparison artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 01e103ad8845
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
12 import org.dive4elements.river.exports.XYChartGenerator; 12 import org.dive4elements.river.exports.XYChartGenerator;
13 import org.dive4elements.river.themes.ThemeDocument; 13 import org.dive4elements.river.themes.ThemeDocument;
14 import org.dive4elements.river.exports.DiagramGenerator; 14 import org.dive4elements.river.exports.DiagramGenerator;
15 15
16 /** 16 /**
17 * A processor is intended to generate an output e.g. curve in a chart diagramm from 17 * A processor is intended to generate an output e.g. curve in a
18 * chart diagramm from
18 * arbitrary data input which can be reused in several generators. 19 * arbitrary data input which can be reused in several generators.
19 * 20 *
20 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a> 21 * @author <a href="mailto:bjoern.ricks@intevation.de">Björn Ricks</a>
21 */ 22 */
22 public interface Processor { 23 public interface Processor {
76 ThemeDocument theme, 77 ThemeDocument theme,
77 boolean visible, 78 boolean visible,
78 int index); 79 int index);
79 80
80 /** 81 /**
81 * Returns true if the Processor class is able to generate output for a facet type 82 * Returns true if the Processor class is able to generate
83 * output for a facet type
82 * 84 *
83 * @param facettype Name of the facet type 85 * @param facettype Name of the facet type
84 * @return true if the facettype can be processed 86 * @return true if the facettype can be processed
85 */ 87 */
86 public boolean canHandle(String facettype); 88 public boolean canHandle(String facettype);

http://dive4elements.wald.intevation.org