comparison artifacts/src/main/java/org/dive4elements/river/exports/process/DefaultProcessor.java @ 7075:253d80af5b7f generator-refactoring

More Processor refactoring - Unify aandf aaf and bundle variable names to bundle - Factor out diagram inversion code - Add function with new signature to BedDiffYear and QOut processors
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 20 Sep 2013 16:25:43 +0200
parents f9d5020af0af
children f0731aa7b735
comparison
equal deleted inserted replaced
7074:a2abd87c0d3b 7075:253d80af5b7f
29 29
30 /** 30 /**
31 * Processes data to generate e.g. a chart. 31 * Processes data to generate e.g. a chart.
32 * 32 *
33 * @param generator XYChartGenerator to add output on. 33 * @param generator XYChartGenerator to add output on.
34 * @param aandf The artifact and facet 34 * @param bundle The artifact and facet
35 * @param theme The theme that contains styling information. 35 * @param theme The theme that contains styling information.
36 * @param visible The visibility of the curve. 36 * @param visible The visibility of the curve.
37 * @param index The index of the curve 37 * @param index The index of the curve
38 */ 38 */
39 @Override 39 @Override
40 public void doOut( 40 public void doOut(
41 XYChartGenerator generator, 41 XYChartGenerator generator,
42 ArtifactAndFacet aandf, 42 ArtifactAndFacet bundle,
43 ThemeDocument theme, 43 ThemeDocument theme,
44 boolean visible, 44 boolean visible,
45 int index) { 45 int index) {
46 return; 46 return;
47 } 47 }
48 48
49 @Override 49 @Override
50 public void doOut( 50 public void doOut(
51 DiagramGenerator generator, 51 DiagramGenerator generator,
52 ArtifactAndFacet aandf, 52 ArtifactAndFacet bundle,
53 ThemeDocument theme, 53 ThemeDocument theme,
54 boolean visible) { 54 boolean visible) {
55 return; 55 return;
56 } 56 }
57 57

http://dive4elements.wald.intevation.org