comparison flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.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 d5a0602375fb
children cbe2febe30cc
comparison
equal deleted inserted replaced
3637:d5a0602375fb 3638:6bfcbe391393
271 If you want to add images, remember to change code in these places: 271 If you want to add images, remember to change code in these places:
272 flys-artifacts: 272 flys-artifacts:
273 XYChartGenerator.java 273 XYChartGenerator.java
274 Timeseries*Generator.java and 274 Timeseries*Generator.java and
275 in the flys-client projects Chart*Propert*Editor.java. 275 in the flys-client projects Chart*Propert*Editor.java.
276 Also, these images have to be put in
277 flys-artifacts/src/main/resources/images/
278 flys-client/src/main/webapp/images/
276 */ 279 */
277 java.net.URL imageURL; 280 java.net.URL imageURL;
278 if (logo.equals("Intevation")) { 281 if (logo.equals("Intevation")) {
279 imageURL = XYChartGenerator.class.getResource("/images/intevation.png"); 282 imageURL = XYChartGenerator.class.getResource("/images/intevation.png");
280 } 283 }

http://dive4elements.wald.intevation.org