* 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));
}