comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYSImages.java @ 1344:51d4b51a51ed

Added icons to export chart as PNG, PDF and SVG to the ChartToolbar. flys-client/trunk@2998 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 17 Oct 2011 17:33:27 +0000
parents d5fb88ba99d2
children 25a63512233e
comparison
equal deleted inserted replaced
1343:0d3d3860beb5 1344:51d4b51a51ed
26 @Source("images/marker_green.png") 26 @Source("images/marker_green.png")
27 ImageResource markerGreen (); 27 ImageResource markerGreen ();
28 28
29 @Source("images/loading.gif") 29 @Source("images/loading.gif")
30 ImageResource loading(); 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();
31 } 40 }

http://dive4elements.wald.intevation.org