comparison flys-artifacts/src/main/java/de/intevation/flys/exports/DischargeLongitudinalSectionGenerator.java @ 672:bc1e4878d7e3

Corrected axes/datasets mappings. flys-artifacts/trunk@2094 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 09 Jun 2011 10:31:22 +0000
parents c8bb38115290
children 45cd58a2a2bb
comparison
equal deleted inserted replaced
671:e0e39a0eb3fe 672:bc1e4878d7e3
81 81
82 plot.setRenderer(2, rcw); 82 plot.setRenderer(2, rcw);
83 } 83 }
84 84
85 85
86 protected void adjustAxes(XYPlot plot) {
87 super.adjustAxes(plot);
88
89 plot.mapDatasetToRangeAxis(2, 1);
90 }
91
92
86 93
87 @Override 94 @Override
88 public void doOut(Artifact artifact, String facet, Document attr) { 95 public void doOut(Artifact artifact, String facet, Document attr) {
89 logger.debug("DischargeLongitudinalSectionGenerator.doOut"); 96 logger.debug("DischargeLongitudinalSectionGenerator.doOut");
90 97

http://dive4elements.wald.intevation.org