Examples of LayerStyleChangeEvent


Examples of org.geomajas.gwt.client.map.event.LayerStyleChangeEvent

  public void setOpacity(double opacity) {
    getLayerInfo().setStyle(Double.toString(opacity));
    for (RasterTile tile : store.getTiles()) {
      tile.setStyle(new PictureStyle(opacity));
    }
    handlerManager.fireEvent(new LayerStyleChangeEvent(this));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.