comparison flys-artifacts/src/main/java/de/intevation/flys/exports/DischargeLongitudinalSectionGenerator.java @ 686:3dc61e00385e facets-slt

Merged with trunk and introduced hashing of computed values. flys-artifacts/branches/facets-slt@2126 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 15 Jun 2011 15:28:54 +0000
parents c8bb38115290
children 45cd58a2a2bb
comparison
equal deleted inserted replaced
667:434146596838 686:3dc61e00385e
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