comparison artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java @ 7288:01e103ad8845

More doc fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 11 Oct 2013 11:44:21 +0200
parents 836411185200
children 5e38e2924c07
comparison
equal deleted inserted replaced
7287:836411185200 7288:01e103ad8845
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 * Called for generators configured in the new-style way.
48 * In contrast to other doOut, no axis is given, as its name
49 * is in the given configuration.
48 * 50 *
49 * @param generator XYChartGenerator to add output on. 51 * @param generator DiagramGenerator to add output on.
50 * @param bundle The artifact and facet 52 * @param bundle The artifact and facet
51 * @param theme The theme that contains styling information. 53 * @param theme The theme that contains styling information.
52 * @param visible The visibility of the curve. 54 * @param visible The visibility of the curve.
53 */ 55 */
54 public void doOut( 56 public void doOut(
57 ThemeDocument theme, 59 ThemeDocument theme,
58 boolean visible); 60 boolean visible);
59 61
60 /** 62 /**
61 * Processes data to generate e.g. a chart. 63 * Processes data to generate e.g. a chart.
62 * Called for generators configured in the new-style way. 64 * Called for 'unconconfigured' (old-style) generators.
63 * 65 *
64 * @param generator DiagramGenerator to add output on. 66 * @param generator XYChartGenerator to add output on.
65 * @param bundle The artifact and facet. 67 * @param bundle The artifact and facet.
66 * @param theme The theme that contains styling information. 68 * @param theme The theme that contains styling information.
67 * @param visible The visibility of the curve. 69 * @param visible The visibility of the curve.
68 * @param index The index of the axis. 70 * @param index The index of the axis.
69 */ 71 */

http://dive4elements.wald.intevation.org