comparison artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.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
37 37
38 /** 38 /**
39 * Processes data to generate e.g. a chart. 39 * Processes data to generate e.g. a chart.
40 * 40 *
41 * @param generator XYChartGenerator to add output on. 41 * @param generator XYChartGenerator to add output on.
42 * @param aandf The artifact and facet 42 * @param bundle The artifact and facet
43 * @param theme The theme that contains styling information. 43 * @param theme The theme that contains styling information.
44 * @param visible The visibility of the curve. 44 * @param visible The visibility of the curve.
45 */ 45 */
46 public void doOut( 46 public void doOut(
47 DiagramGenerator generator, 47 DiagramGenerator generator,
48 ArtifactAndFacet aandf, 48 ArtifactAndFacet bundle,
49 ThemeDocument theme, 49 ThemeDocument theme,
50 boolean visible); 50 boolean visible);
51 51
52 /** 52 /**
53 * Processes data to generate e.g. a chart. 53 * Processes data to generate e.g. a chart.
54 * 54 *
55 * @param generator DiagramGenerator to add output on. 55 * @param generator DiagramGenerator to add output on.
56 * @param aandf The artifact and facet 56 * @param bundle The artifact and facet
57 * @param theme The theme that contains styling information. 57 * @param theme The theme that contains styling information.
58 * @param visible The visibility of the curve. 58 * @param visible The visibility of the curve.
59 * @param index The index of the curve 59 * @param index The index of the curve
60 */ 60 */
61 @Deprecated 61 @Deprecated
62 public void doOut( 62 public void doOut(
63 XYChartGenerator generator, 63 XYChartGenerator generator,
64 ArtifactAndFacet aandf, 64 ArtifactAndFacet bundle,
65 ThemeDocument theme, 65 ThemeDocument theme,
66 boolean visible, 66 boolean visible,
67 int index); 67 int index);
68 68
69 /** 69 /**

http://dive4elements.wald.intevation.org