gxp.util.style¶
The gxp.util.style module contains style utility functions for use in
GXP applications.
Functions¶
Public functions.
-
gxp.util.style.interpolateSymbolizers()¶ Parameters: - start –
ArrayArray ofOpenLayers.Symbolizerinstances - end –
ArrayArray ofOpenLayers.Symbolizerinstances - fraction –
FloatNumber between 0 and 1, which is the distance betweenstartandend
Returns: ArrayArray of ``OpenLayers.Symbolizer instancesInterpolates an array of symbolizers between start and end values.
- start –