comparison flys-artifacts/src/main/java/de/intevation/flys/exports/HistoricalDischargeCurveGenerator.java @ 2633:894186b4c1d0

Issue 494. Add manual points with text annotations to time charts. flys-artifacts/trunk@4255 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 18 Apr 2012 07:14:48 +0000
parents 26cd4dfafdf1
children 97ad960f5579
comparison
equal deleted inserted replaced
2632:7d163c2c6e6d 2633:894186b4c1d0
150 (FLYSArtifact) artifactFacet.getArtifact(), 150 (FLYSArtifact) artifactFacet.getArtifact(),
151 artifactFacet.getData(context), 151 artifactFacet.getData(context),
152 artifactFacet.getFacetDescription(), 152 artifactFacet.getFacetDescription(),
153 theme, 153 theme,
154 visible); 154 visible);
155 }
156 else if (FacetTypes.IS.MANUALPOINTS(name)) {
157 doPoints (artifactFacet.getData(context),
158 artifactFacet,
159 theme, visible, YAXIS.Q.idx);
155 } 160 }
156 // TODO ADD THE CASE FOR DISPLAYING W VALUES 161 // TODO ADD THE CASE FOR DISPLAYING W VALUES
157 else { 162 else {
158 logger.warn("doOut(): unknown facet name: " + name); 163 logger.warn("doOut(): unknown facet name: " + name);
159 return; 164 return;

http://dive4elements.wald.intevation.org