comparison 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
comparison
equal deleted inserted replaced
2260:22bac691d414 2261:6aeb71517136
237 */ 237 */
238 protected abstract void combineXRanges(Range range, int idx); 238 protected abstract void combineXRanges(Range range, int idx);
239 239
240 240
241 /** 241 /**
242 * This method is used to determine the ranges for axes at a given index.
243 *
244 * @param index The index of the axes at the plot.
245 *
246 * @return a Range[] with [xrange, yrange];
247 */
248 public abstract Range[] getRangesForAxis(int index);
249
250
251 /**
242 * This method should be used by concrete subclasses to add subtitle to 252 * This method should be used by concrete subclasses to add subtitle to
243 * <i>chart</i>. <b>The method in this implementation is empty</b>. 253 * <i>chart</i>. <b>The method in this implementation is empty</b>.
244 * 254 *
245 * @param chart The JFreeChart chart object. 255 * @param chart The JFreeChart chart object.
246 */ 256 */

http://dive4elements.wald.intevation.org