comparison artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java @ 7287:836411185200

Processor: Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 11 Oct 2013 11:42:56 +0200
parents 41567bf1e131
children 01e103ad8845
comparison
equal deleted inserted replaced
7286:dd8103e8ee5b 7287:836411185200
42 */ 42 */
43 public String getAxisLabel(DiagramGenerator generator); 43 public String getAxisLabel(DiagramGenerator generator);
44 44
45 /** 45 /**
46 * Processes data to generate e.g. a chart. 46 * Processes data to generate e.g. a chart.
47 * Called for 'unconconfigured' (old-style) generators.
47 * 48 *
48 * @param generator XYChartGenerator to add output on. 49 * @param generator XYChartGenerator to add output on.
49 * @param bundle The artifact and facet 50 * @param bundle The artifact and facet
50 * @param theme The theme that contains styling information. 51 * @param theme The theme that contains styling information.
51 * @param visible The visibility of the curve. 52 * @param visible The visibility of the curve.
52 */ 53 */
53 public void doOut( 54 public void doOut(
54 DiagramGenerator generator, 55 DiagramGenerator generator,
56 ThemeDocument theme, 57 ThemeDocument theme,
57 boolean visible); 58 boolean visible);
58 59
59 /** 60 /**
60 * Processes data to generate e.g. a chart. 61 * Processes data to generate e.g. a chart.
62 * Called for generators configured in the new-style way.
61 * 63 *
62 * @param generator DiagramGenerator to add output on. 64 * @param generator DiagramGenerator to add output on.
63 * @param bundle The artifact and facet 65 * @param bundle The artifact and facet.
64 * @param theme The theme that contains styling information. 66 * @param theme The theme that contains styling information.
65 * @param visible The visibility of the curve. 67 * @param visible The visibility of the curve.
66 * @param index The index of the curve 68 * @param index The index of the axis.
67 */ 69 */
68 @Deprecated 70 @Deprecated
69 public void doOut( 71 public void doOut(
70 XYChartGenerator generator, 72 XYChartGenerator generator,
71 ArtifactAndFacet bundle, 73 ArtifactAndFacet bundle,

http://dive4elements.wald.intevation.org