#[non_exhaustive]pub struct FilledMapConfigurationBuilder { /* private fields */ }
Expand description
A builder for FilledMapConfiguration
.
Implementations§
source§impl FilledMapConfigurationBuilder
impl FilledMapConfigurationBuilder
sourcepub fn field_wells(self, input: FilledMapFieldWells) -> Self
pub fn field_wells(self, input: FilledMapFieldWells) -> Self
The field wells of the visual.
sourcepub fn set_field_wells(self, input: Option<FilledMapFieldWells>) -> Self
pub fn set_field_wells(self, input: Option<FilledMapFieldWells>) -> Self
The field wells of the visual.
sourcepub fn get_field_wells(&self) -> &Option<FilledMapFieldWells>
pub fn get_field_wells(&self) -> &Option<FilledMapFieldWells>
The field wells of the visual.
sourcepub fn sort_configuration(self, input: FilledMapSortConfiguration) -> Self
pub fn sort_configuration(self, input: FilledMapSortConfiguration) -> Self
The sort configuration of a FilledMapVisual
.
sourcepub fn set_sort_configuration(
self,
input: Option<FilledMapSortConfiguration>
) -> Self
pub fn set_sort_configuration( self, input: Option<FilledMapSortConfiguration> ) -> Self
The sort configuration of a FilledMapVisual
.
sourcepub fn get_sort_configuration(&self) -> &Option<FilledMapSortConfiguration>
pub fn get_sort_configuration(&self) -> &Option<FilledMapSortConfiguration>
The sort configuration of a FilledMapVisual
.
sourcepub fn legend(self, input: LegendOptions) -> Self
pub fn legend(self, input: LegendOptions) -> Self
The legend display setup of the visual.
sourcepub fn set_legend(self, input: Option<LegendOptions>) -> Self
pub fn set_legend(self, input: Option<LegendOptions>) -> Self
The legend display setup of the visual.
sourcepub fn get_legend(&self) -> &Option<LegendOptions>
pub fn get_legend(&self) -> &Option<LegendOptions>
The legend display setup of the visual.
sourcepub fn tooltip(self, input: TooltipOptions) -> Self
pub fn tooltip(self, input: TooltipOptions) -> Self
The tooltip display setup of the visual.
sourcepub fn set_tooltip(self, input: Option<TooltipOptions>) -> Self
pub fn set_tooltip(self, input: Option<TooltipOptions>) -> Self
The tooltip display setup of the visual.
sourcepub fn get_tooltip(&self) -> &Option<TooltipOptions>
pub fn get_tooltip(&self) -> &Option<TooltipOptions>
The tooltip display setup of the visual.
sourcepub fn window_options(self, input: GeospatialWindowOptions) -> Self
pub fn window_options(self, input: GeospatialWindowOptions) -> Self
The window options of the filled map visual.
sourcepub fn set_window_options(self, input: Option<GeospatialWindowOptions>) -> Self
pub fn set_window_options(self, input: Option<GeospatialWindowOptions>) -> Self
The window options of the filled map visual.
sourcepub fn get_window_options(&self) -> &Option<GeospatialWindowOptions>
pub fn get_window_options(&self) -> &Option<GeospatialWindowOptions>
The window options of the filled map visual.
sourcepub fn map_style_options(self, input: GeospatialMapStyleOptions) -> Self
pub fn map_style_options(self, input: GeospatialMapStyleOptions) -> Self
The map style options of the filled map visual.
sourcepub fn set_map_style_options(
self,
input: Option<GeospatialMapStyleOptions>
) -> Self
pub fn set_map_style_options( self, input: Option<GeospatialMapStyleOptions> ) -> Self
The map style options of the filled map visual.
sourcepub fn get_map_style_options(&self) -> &Option<GeospatialMapStyleOptions>
pub fn get_map_style_options(&self) -> &Option<GeospatialMapStyleOptions>
The map style options of the filled map visual.
sourcepub fn build(self) -> FilledMapConfiguration
pub fn build(self) -> FilledMapConfiguration
Consumes the builder and constructs a FilledMapConfiguration
.
Trait Implementations§
source§impl Clone for FilledMapConfigurationBuilder
impl Clone for FilledMapConfigurationBuilder
source§fn clone(&self) -> FilledMapConfigurationBuilder
fn clone(&self) -> FilledMapConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for FilledMapConfigurationBuilder
impl Default for FilledMapConfigurationBuilder
source§fn default() -> FilledMapConfigurationBuilder
fn default() -> FilledMapConfigurationBuilder
source§impl PartialEq for FilledMapConfigurationBuilder
impl PartialEq for FilledMapConfigurationBuilder
source§fn eq(&self, other: &FilledMapConfigurationBuilder) -> bool
fn eq(&self, other: &FilledMapConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.