Interface BaseHeatmapLayer.HasBaseHeatmapLayerOptions
- All Superinterfaces:
BaseHeatmapLayer.HasBlur
,BaseHeatmapLayer.HasGradient
,BaseHeatmapLayer.HasMaxWeight
,BaseHeatmapLayer.HasRadius
,BaseHeatmapLayer.HasWeightProperty
- All Known Implementing Classes:
BaseHeatmapLayerOptions
,HeatmapLayer
,HeatmapLayerOptions
,NoOpHeatmapLayer
- Enclosing class:
- BaseHeatmapLayer
public static interface BaseHeatmapLayer.HasBaseHeatmapLayerOptions
extends BaseHeatmapLayer.HasGradient, BaseHeatmapLayer.HasRadius, BaseHeatmapLayer.HasBlur, BaseHeatmapLayer.HasWeightProperty, BaseHeatmapLayer.HasMaxWeight
Interface to be implemented by layers that should provide all attributes from
BaseHeatmapLayer
.-
Method Summary
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasBlur
getBlur, setBlur
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasGradient
getGradient, setGradient
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasMaxWeight
getMaxWeight, setMaxWeight
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasRadius
getRadius, setRadius
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasWeightProperty
getWeightProperty, setWeightProperty