public static interface GeospatialHeatmapColorScale.Builder extends SdkPojo, CopyableBuilder<GeospatialHeatmapColorScale.Builder,GeospatialHeatmapColorScale>
| Modifier and Type | Method and Description |
|---|---|
GeospatialHeatmapColorScale.Builder |
colors(Collection<GeospatialHeatmapDataColor> colors)
The list of colors to be used in heatmap point style.
|
GeospatialHeatmapColorScale.Builder |
colors(Consumer<GeospatialHeatmapDataColor.Builder>... colors)
The list of colors to be used in heatmap point style.
|
GeospatialHeatmapColorScale.Builder |
colors(GeospatialHeatmapDataColor... colors)
The list of colors to be used in heatmap point style.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialHeatmapColorScale.Builder colors(Collection<GeospatialHeatmapDataColor> colors)
The list of colors to be used in heatmap point style.
colors - The list of colors to be used in heatmap point style.GeospatialHeatmapColorScale.Builder colors(GeospatialHeatmapDataColor... colors)
The list of colors to be used in heatmap point style.
colors - The list of colors to be used in heatmap point style.GeospatialHeatmapColorScale.Builder colors(Consumer<GeospatialHeatmapDataColor.Builder>... colors)
The list of colors to be used in heatmap point style.
This is a convenience method that creates an instance of theGeospatialHeatmapDataColor.Builder avoiding the need
to create one manually via
GeospatialHeatmapDataColor.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #colors(List.
colors - a consumer that will call methods on
GeospatialHeatmapDataColor.Builder#colors(java.util.Collection) Copyright © 2023. All rights reserved.