Package | Description |
---|---|
ilog.views.maps.theme |
Provides classes for dynamic styling.
|
Modifier and Type | Method and Description |
---|---|
IlvMapDynamicStyle |
DynamicStyleEvent.getDynamicStyle()
Returns the dynamic style that was registered at construction time.
|
IlvMapDynamicStyle |
IlvMapStyleController.getTheme(IlvMapLayer layer,
double scale)
Retrieves the
IlvMapDynamicStyle object registered for a
given layer that matches a specific scale. |
IlvMapDynamicStyle[] |
IlvMapStyleController.getThemes(IlvMapLayer layer)
Returns the array of
IlvMapDynamicStyle objects associated
with a given layer. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMapStyleController.addTheme(IlvMapLayer layer,
IlvMapDynamicStyle theme)
Adds an
IlvMapStyle /IlvMapLayer association that
is controlled by a scale. |
int |
IlvMapDynamicStyle.compareTo(IlvMapDynamicStyle t)
Compares the order of this object with the specified object.
|
void |
IlvMapStyleController.removeTheme(IlvMapLayer layer,
IlvMapDynamicStyle style)
Removes a given style from the controller.
|
void |
IlvMapStyleController.setThemes(IlvMapLayer layer,
IlvMapDynamicStyle[] themesArray)
Sets the dynamic styles for a given layer.
|
Constructor and Description |
---|
DynamicStyleEvent(IlvMapDynamicStyle dstyle,
IlvMapLayer layer,
IlvMapStyle old,
IlvMapStyle style)
Constructs a new dynamic style event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.