ilog.views.maps.beans
Class IlvMapLayer.MapLayerStyleListener

java.lang.Object
  extended by ilog.views.maps.beans.IlvMapLayer.MapLayerStyleListener
All Implemented Interfaces:
StyleListener
Enclosing class:
IlvMapLayer

public static final class IlvMapLayer.MapLayerStyleListener
extends Object
implements StyleListener

MapLayerStyleListener is responsible for updating the layer-wide parameters when the layer style changes.

Since:
JViews 7.5

Method Summary
 IlvMapLayer getMapLayer()
          Returns the map layer attached to this listener.
 void styleChanged(StyleEvent event)
          Processes specific style changes that affect the whole layer, such as visibility, and transparency.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMapLayer

public IlvMapLayer getMapLayer()
Returns the map layer attached to this listener.

Returns:
The map layer attached to this listener.

styleChanged

public void styleChanged(StyleEvent event)
Processes specific style changes that affect the whole layer, such as visibility, and transparency.

Specified by:
styleChanged in interface StyleListener
Parameters:
event - The style event.
See Also:
StyleListener.styleChanged(ilog.views.maps.graphic.style.StyleEvent)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.