comparison src/econnect/wp3_3/client/widgets/map/StiMap.java @ 61:eac73bf1ce6e CellTable

add overlay functionality (beta)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Fri, 14 Dec 2012 16:33:36 +0100
parents cf06b77a8bbd
children d69066d16e45
comparison
equal deleted inserted replaced
60:6f2d2b6f969a 61:eac73bf1ce6e
62 */ 62 */
63 public final native void setMap( int index ) /*-{ 63 public final native void setMap( int index ) /*-{
64 this.setMap(index); 64 this.setMap(index);
65 }-*/; 65 }-*/;
66 66
67 /**
68 * Setter for the top base layer
69 *
70 * @param index the index of the base layer to set
71 */
72 public final native void setOverlay( int index ) /*-{
73 this.setOverlay(index);
74 }-*/;
75
67 /** 76 /**
68 * Getter for the number of zoom levels; depends on the number of zoomlevels which is coded in the js source 77 * Getter for the number of zoom levels; depends on the number of zoomlevels which is coded in the js source
69 * 78 *
70 * @return the number of zoom levels 79 * @return the number of zoom levels
71 */ 80 */