public class DynamicStyleEvent extends Object
DynamicStyleEvent
represents an object containing information
about theme changes. It is intended to be used with a
ThemeListener
object.Constructor and Description |
---|
DynamicStyleEvent(IlvMapDynamicStyle dstyle,
IlvMapLayer layer,
IlvMapStyle old,
IlvMapStyle style)
Constructs a new dynamic style event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DynamicStyleEvent(IlvMapDynamicStyle dstyle, IlvMapLayer layer, IlvMapStyle old, IlvMapStyle style)
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.public IlvMapDynamicStyle getDynamicStyle()
public IlvMapLayer getLayer()
public IlvMapStyle getStyle()
public IlvMapStyle getNewValue()
public IlvMapStyle getOldValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.