diff flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 2261:6aeb71517136

Registered an Info generator for historical discharge curves; made some adaptions in XYChartGenerator, ChartGenerator and TimeseriesChartGenerator. flys-artifacts/trunk@3916 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 06 Feb 2012 11:14:33 +0000
parents 7e8e1d5384c0
children 991e4a5df323
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Mon Feb 06 10:17:29 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Mon Feb 06 11:14:33 2012 +0000
@@ -239,6 +239,16 @@
 
 
     /**
+     * This method is used to determine the ranges for axes at a given index.
+     *
+     * @param index The index of the axes at the plot.
+     *
+     * @return a Range[] with [xrange, yrange];
+     */
+    public abstract Range[] getRangesForAxis(int index);
+
+
+    /**
      * This method should be used by concrete subclasses to add subtitle to
      * <i>chart</i>. <b>The method in this implementation is empty</b>.
      *

http://dive4elements.wald.intevation.org