diff flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3270:4ac581062c40

Fix various documentation issues. flys-artifacts/trunk@4913 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 10 Jul 2012 12:19:35 +0000
parents 2aca387333d6
children c27c4e06dd87
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Tue Jul 10 11:10:38 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Tue Jul 10 12:19:35 2012 +0000
@@ -439,6 +439,7 @@
     /**
      * Add the annotations (Sticky, Text and hyk zones) stored
      * in the annotations field.
+     * @param plot Plot to add annotations to.
      */
     protected void addAnnotationsToRenderer(XYPlot plot) {
         logger.debug("addAnnotationsToRenderer");
@@ -566,7 +567,7 @@
     /**
      * Combines the ranges of the X axis at index <i>idx</i>.
      *
-     * @param range A new range.
+     * @param bounds A new Bounds.
      * @param idx The index of the X axis that should be comined with
      * <i>range</i>.
      */
@@ -576,7 +577,7 @@
     /**
      * Combines the ranges of the Y axis at index <i>idx</i>.
      *
-     * @param range A new range.
+     * @param bounds A new Bounds.
      * @param idx The index of the Y axis that should be comined with
      * <i>range</i>.
      */
@@ -1608,8 +1609,6 @@
      * @param plot The plot.
      * @param area A StyledAreaSeriesCollection object.
      * @param idx The index of the dataset.
-     *
-     * @return
      */
     protected void applyAreaTheme(
         XYPlot                     plot,
@@ -1655,7 +1654,7 @@
     /**
      * Expands a given range if it collapses into one point.
      *
-     * @param Range to be expanded if upper == lower bound.
+     * @param range Range to be expanded if upper == lower bound.
      *
      * @return Bounds of point plus 5 percent in each direction.
      */
@@ -1736,7 +1735,7 @@
      * <i>createLegendLabelFont()</i>.
      *
      * @param theme The theme of the chart line.
-     * @param The displayed name of the item.
+     * @param name The displayed name of the item.
      *
      * @return a new LegendItem instance.
      */

http://dive4elements.wald.intevation.org