comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 3638:6bfcbe391393

Better comment for logo-adders. flys-artifacts/trunk@5347 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 03 Sep 2012 13:09:05 +0000
parents ebfce31c7eec
children cbe2febe30cc
comparison
equal deleted inserted replaced
3637:d5a0602375fb 3638:6bfcbe391393
288 If you want to add images, remember to change code in these places: 288 If you want to add images, remember to change code in these places:
289 flys-artifacts: 289 flys-artifacts:
290 XYChartGenerator.java 290 XYChartGenerator.java
291 Timeseries*Generator.java and 291 Timeseries*Generator.java and
292 in the flys-client projects Chart*Propert*Editor.java. 292 in the flys-client projects Chart*Propert*Editor.java.
293 Also, these images have to be put in
294 flys-artifacts/src/main/resources/images/
295 flys-client/src/main/webapp/images/
293 */ 296 */
294 java.net.URL imageURL; 297 java.net.URL imageURL;
295 if (logo.equals("Intevation")) { 298 if (logo.equals("Intevation")) {
296 imageURL = XYChartGenerator.class.getResource("/images/intevation.png"); 299 imageURL = XYChartGenerator.class.getResource("/images/intevation.png");
297 } 300 }

http://dive4elements.wald.intevation.org