Mercurial > dive4elements > river
changeset 7288:01e103ad8845
More doc fixes.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 11 Oct 2013 11:44:21 +0200 |
parents | 836411185200 |
children | 015e12aac2dc |
files | artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java Fri Oct 11 11:42:56 2013 +0200 +++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java Fri Oct 11 11:44:21 2013 +0200 @@ -44,9 +44,11 @@ /** * Processes data to generate e.g. a chart. - * Called for 'unconconfigured' (old-style) generators. + * Called for generators configured in the new-style way. + * In contrast to other doOut, no axis is given, as its name + * is in the given configuration. * - * @param generator XYChartGenerator to add output on. + * @param generator DiagramGenerator to add output on. * @param bundle The artifact and facet * @param theme The theme that contains styling information. * @param visible The visibility of the curve. @@ -59,9 +61,9 @@ /** * Processes data to generate e.g. a chart. - * Called for generators configured in the new-style way. + * Called for 'unconconfigured' (old-style) generators. * - * @param generator DiagramGenerator to add output on. + * @param generator XYChartGenerator to add output on. * @param bundle The artifact and facet. * @param theme The theme that contains styling information. * @param visible The visibility of the curve.