comparison artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java @ 8860:28df64078f27

Merge with 0862ea5d66baf60e7eee496d130a35157cc9ec12
author gernotbelger
date Fri, 19 Jan 2018 11:23:42 +0100
parents 5e38e2924c07
children
comparison
equal deleted inserted replaced
8854:7bbfb24e6eec 8860:28df64078f27
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