changeset 7287:836411185200

Processor: Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 11 Oct 2013 11:42:56 +0200
parents dd8103e8ee5b
children 01e103ad8845
files artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java	Fri Oct 11 10:30:26 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java	Fri Oct 11 11:42:56 2013 +0200
@@ -44,9 +44,10 @@
 
     /**
      * Processes data to generate e.g. a chart.
+     * Called for 'unconconfigured' (old-style) generators.
      *
      * @param generator XYChartGenerator to add output on.
-     * @param bundle     The artifact and facet
+     * @param bundle    The artifact and facet
      * @param theme     The theme that contains styling information.
      * @param visible   The visibility of the curve.
      */
@@ -58,12 +59,13 @@
 
     /**
      * Processes data to generate e.g. a chart.
+     * Called for generators configured in the new-style way.
      *
      * @param generator DiagramGenerator to add output on.
-     * @param bundle     The artifact and facet
+     * @param bundle    The artifact and facet.
      * @param theme     The theme that contains styling information.
      * @param visible   The visibility of the curve.
-     * @param index     The index of the curve
+     * @param index     The index of the axis.
      */
     @Deprecated
     public void doOut(

http://dive4elements.wald.intevation.org