|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.theme.DynamicStyleEvent
public class DynamicStyleEvent
DynamicStyleEvent represents an object containing information
about theme changes. It is intended to be used with a
ThemeListener object.
| 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 |
|---|
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.| Method Detail |
|---|
public IlvMapDynamicStyle getDynamicStyle()
public IlvMapLayer getLayer()
public IlvMapStyle getStyle()
public IlvMapStyle getNewValue()
public IlvMapStyle getOldValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||