comparison flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/FixDeltaWtGenerator.java @ 3280:4a70525c5b0d

Removed trailing whitespace. flys-artifacts/trunk@4933 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 11 Jul 2012 11:25:42 +0000
parents 5a7b4f890d53
children f062b5a90e26
comparison
equal deleted inserted replaced
3279:5a7b4f890d53 3280:4a70525c5b0d
75 protected int idx; 75 protected int idx;
76 private YAXIS(int c) { 76 private YAXIS(int c) {
77 idx = c; 77 idx = c;
78 } 78 }
79 } 79 }
80 80
81 81
82 private FLYSArtifact artifact = null; 82 private FLYSArtifact artifact = null;
83 83
84 84
85 @Override 85 @Override
86 protected YAxisWalker getYAxisWalker() { 86 protected YAxisWalker getYAxisWalker() {
108 @Override 108 @Override
109 protected String getDefaultChartSubtitle() { 109 protected String getDefaultChartSubtitle() {
110 FixationArtifactAccess access = new FixationArtifactAccess(artifact); 110 FixationArtifactAccess access = new FixationArtifactAccess(artifact);
111 DateRange range = access.getDateRange(); 111 DateRange range = access.getDateRange();
112 return Resources.format( 112 return Resources.format(
113 context.getMeta(), 113 context.getMeta(),
114 I18N_CHART_SUBTITLE, 114 I18N_CHART_SUBTITLE,
115 "", 115 "",
116 access.getRiver(), 116 access.getRiver(),
117 range.getFrom(), 117 range.getFrom(),
118 range.getTo()); 118 range.getTo());
119 } 119 }
120 120
158 boolean visible 158 boolean visible
159 ) { 159 ) {
160 String name = artifactFacet.getFacetName(); 160 String name = artifactFacet.getFacetName();
161 logger.debug("FixDeltaWtGenerator.doOut: " + name); 161 logger.debug("FixDeltaWtGenerator.doOut: " + name);
162 logger.debug("Theme description is: " + artifactFacet.getFacetDescription()); 162 logger.debug("Theme description is: " + artifactFacet.getFacetDescription());
163 163
164 this.artifact = (FLYSArtifact)artifactFacet.getArtifact(); 164 this.artifact = (FLYSArtifact)artifactFacet.getArtifact();
165 165
166 if (name.contains(FIX_SECTOR_AVERAGE_DWT)) { 166 if (name.contains(FIX_SECTOR_AVERAGE_DWT)) {
167 doSectorAverageOut( 167 doSectorAverageOut(
168 (FLYSArtifact) artifactFacet.getArtifact(), 168 (FLYSArtifact) artifactFacet.getArtifact(),

http://dive4elements.wald.intevation.org