diff flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.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 45af081061e7
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java	Tue Jul 10 11:10:38 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java	Tue Jul 10 12:19:35 2012 +0000
@@ -401,7 +401,7 @@
     /**
      * Effect: extend range of x axis to include given limits.
      *
-     * @param range the given ("minimal") range.
+     * @param bounds the given ("minimal") bounds.
      * @param index index of axis to be merged.
      */
     @Override
@@ -612,7 +612,7 @@
      *
      * @param plot  The XYPlot.
      * @param axis  The axis the shoud be modified.
-     * @param range The whole range specified by a dataset.
+     * @param bounds The whole range specified by a dataset.
      * @param x     A user defined range (null permitted).
      *
      * @return true, if a zoom range was specified, otherwise false.
@@ -790,7 +790,7 @@
      * Overrides the NumberFormat with the NumberFormat for the current locale
      * that is provided by getLocale().
      *
-     * @param domainAxis The domain axis that needs localization.
+     * @param rangeAxis The domain axis that needs localization.
      */
     protected void localizeRangeAxis(ValueAxis rangeAxis) {
         NumberFormat nf = NumberFormat.getInstance(getLocale());

http://dive4elements.wald.intevation.org