ilog.views.maps.theme
Class DynamicStyleEvent

java.lang.Object
  extended by ilog.views.maps.theme.DynamicStyleEvent

public class DynamicStyleEvent
extends Object

DynamicStyleEvent represents an object containing information about theme changes. It is intended to be used with a ThemeListener object.

Since:
JViews 7.5

Constructor Summary
DynamicStyleEvent(IlvMapDynamicStyle dstyle, IlvMapLayer layer, IlvMapStyle old, IlvMapStyle style)
          Constructs a new dynamic style event.
 
Method Summary
 IlvMapDynamicStyle getDynamicStyle()
          Returns the dynamic style that was registered at construction time.
 IlvMapLayer getLayer()
          Returns the layer that was registered at construction time.
 IlvMapStyle getNewValue()
          Returns the new style that was registered at construction time.
 IlvMapStyle getOldValue()
          Returns the old style that was registered at construction time.
 IlvMapStyle getStyle()
          Returns the new style that was registered at construction time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicStyleEvent

public DynamicStyleEvent(IlvMapDynamicStyle dstyle,
                         IlvMapLayer layer,
                         IlvMapStyle old,
                         IlvMapStyle style)
Constructs a new dynamic style event.

Parameters:
dstyle - The new dynamic style for the layer.
layer - The layer involved.
old - The old style of the layer.
style - The new style of the layer.
Method Detail

getDynamicStyle

public IlvMapDynamicStyle getDynamicStyle()
Returns the dynamic style that was registered at construction time.

Returns:
The dynamic style that was registered at construction time.

getLayer

public IlvMapLayer getLayer()
Returns the layer that was registered at construction time.

Returns:
The layer that was registered at construction time.

getStyle

public IlvMapStyle getStyle()
Returns the new style that was registered at construction time.

Returns:
The new style that was registered at construction time.

getNewValue

public IlvMapStyle getNewValue()
Returns the new style that was registered at construction time.

Returns:
The new style that was registered at construction time.

getOldValue

public IlvMapStyle getOldValue()
Returns the old style that was registered at construction time.

Returns:
The old style that was registered at construction time.


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