comparison gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSImages.java @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-client/src/main/java/org/dive4elements/river/client/client/FLYSImages.java@821a02bbfb4e
children 172338b1407f
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 package org.dive4elements.river.client.client;
2
3 import com.google.gwt.resources.client.ClientBundle;
4 import com.google.gwt.resources.client.ImageResource;
5
6
7 /**
8 * This interface grants access to the images used in this application.
9 *
10 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
11 */
12 public interface FLYSImages extends ClientBundle {
13
14 @Source("images/bfg_logo.gif")
15 ImageResource logoBfg();
16
17 @Source("images/flys_logo.gif")
18 ImageResource logoFlys();
19
20 @Source("images/FLYS_Karte.png")
21 ImageResource riverMap();
22
23 @Source("images/marker_red.png")
24 ImageResource markerRed ();
25
26 @Source("images/marker_green.png")
27 ImageResource markerGreen ();
28
29 @Source("images/loading.gif")
30 ImageResource loading();
31
32 @Source("images/downloadPNG.png")
33 ImageResource downloadPNG();
34
35 @Source("images/downloadPDF.png")
36 ImageResource downloadPDF();
37
38 @Source("images/downloadSVG.png")
39 ImageResource downloadSVG();
40 }

http://dive4elements.wald.intevation.org