comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 1944:21a4d2c677a1

Changed doOut signature, side effect from blackboard feature (to come). flys-artifacts/trunk@3334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 30 Nov 2011 10:10:42 +0000
parents 06d8d371d244
children 65f9d707caff
comparison
equal deleted inserted replaced
1943:06d8d371d244 1944:21a4d2c677a1
532 * 532 *
533 * @param index The index of the y-Axis. 533 * @param index The index of the y-Axis.
534 * 534 *
535 * @return a Range[] as follows: [x-Range, y-Range]. 535 * @return a Range[] as follows: [x-Range, y-Range].
536 */ 536 */
537 // TODO When is this actually called? Is it valid as is? 537 public Range[] getRangesForAxis(int index) {
538 public Range[] getRangesForDataset(int index) { 538 logger.debug("getRangesForAxis " + index);
539 logger.debug("getRangesForDataset " + index);
540 return new Range[] { 539 return new Range[] {
541 xRanges.get(Integer.valueOf(0)), 540 xRanges.get(Integer.valueOf(0)),
542 yRanges.get(Integer.valueOf(index)) 541 yRanges.get(Integer.valueOf(index))
543 }; 542 };
544 } 543 }

http://dive4elements.wald.intevation.org