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, setBlurMethods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasGradient
getGradient, setGradientMethods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasMaxWeight
getMaxWeight, setMaxWeightMethods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasRadius
getRadius, setRadiusMethods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.BaseHeatmapLayer.HasWeightProperty
getWeightProperty, setWeightProperty