Examples of LayerStyleChangedEvent


Examples of org.geomajas.puregwt.client.map.event.LayerStyleChangedEvent

   *            The new opacity value. Must be a value between 0 and 1, where 0 means invisible and 1 is totally
   *            visible.
   */
  public void setOpacity(double opacity) {
    getLayerInfo().setStyle(Double.toString(opacity));
    eventBus.fireEvent(new LayerStyleChangedEvent(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.