[PATCH 6 of 9] Processor: Doc
Wald Commits
scm-commit at wald.intevation.org
Fri Oct 11 12:05:18 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381484576 -7200
# Node ID 836411185200f59886f908d8c34af33f24365105
# Parent dd8103e8ee5bfb367396ce50dde2dfa87e91ef63
Processor: Doc.
diff -r dd8103e8ee5b -r 836411185200 artifacts/src/main/java/org/dive4elements/river/exports/process/Processor.java
--- 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(
More information about the Dive4elements-commits
mailing list