comparison flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixWQCurveGenerator.java @ 3110:88d49a0a55f0

Removed trailing whitespace. flys-artifacts/trunk@4709 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Jun 2012 15:40:33 +0000
parents 2d4d9050b1c6
children 459750878157
comparison
equal deleted inserted replaced
3109:63ef889eea2b 3110:88d49a0a55f0
122 } 122 }
123 123
124 /** Add reference event points to chart */ 124 /** Add reference event points to chart */
125 protected void doReferenceEventsOut(ArtifactAndFacet aaf, Document doc, boolean visible) { 125 protected void doReferenceEventsOut(ArtifactAndFacet aaf, Document doc, boolean visible) {
126 logger.debug("doReferenceEventsOut"); 126 logger.debug("doReferenceEventsOut");
127 127
128 QW[] qws = (QW[])aaf.getData(context); 128 QW[] qws = (QW[])aaf.getData(context);
129 addQWSeries(qws, aaf, doc, visible); 129 addQWSeries(qws, aaf, doc, visible);
130 } 130 }
131 131
132 protected void doWQCurveOut(ArtifactAndFacet aaf, Document doc, boolean visible) { 132 protected void doWQCurveOut(ArtifactAndFacet aaf, Document doc, boolean visible) {
138 138
139 if (func == null) { 139 if (func == null) {
140 logger.warn("doWQCurveOut: Facet does not contain FixFunction"); 140 logger.warn("doWQCurveOut: Facet does not contain FixFunction");
141 return; 141 return;
142 } 142 }
143 143
144 double maxQ = func.getMaxQ(); 144 double maxQ = func.getMaxQ();
145 145
146 if(maxQ > 0) { 146 if(maxQ > 0) {
147 XYSeries series = DatasetUtilities.sampleFunction2DToSeries( 147 XYSeries series = DatasetUtilities.sampleFunction2DToSeries(
148 new Function2DAdapter(func.getFunction()), 148 new Function2DAdapter(func.getFunction()),

http://dive4elements.wald.intevation.org