pub struct GridHighlightConfigBuilder { /* private fields */ }Implementations§
Source§impl GridHighlightConfigBuilder
impl GridHighlightConfigBuilder
Sourcepub fn show_grid_extension_lines(self, show_grid_extension_lines: bool) -> Self
pub fn show_grid_extension_lines(self, show_grid_extension_lines: bool) -> Self
Whether the extension lines from grid cells to the rulers should be shown (default: false).
Sourcepub fn show_positive_line_numbers(
self,
show_positive_line_numbers: bool,
) -> Self
pub fn show_positive_line_numbers( self, show_positive_line_numbers: bool, ) -> Self
Show Positive line number labels (default: false).
Sourcepub fn show_negative_line_numbers(
self,
show_negative_line_numbers: bool,
) -> Self
pub fn show_negative_line_numbers( self, show_negative_line_numbers: bool, ) -> Self
Show Negative line number labels (default: false).
Sourcepub fn show_area_names(self, show_area_names: bool) -> Self
pub fn show_area_names(self, show_area_names: bool) -> Self
Show area name labels (default: false).
Sourcepub fn show_line_names(self, show_line_names: bool) -> Self
pub fn show_line_names(self, show_line_names: bool) -> Self
Show line name labels (default: false).
Sourcepub fn show_track_sizes(self, show_track_sizes: bool) -> Self
pub fn show_track_sizes(self, show_track_sizes: bool) -> Self
Show track size labels (default: false).
Sourcepub fn grid_border_color(self, grid_border_color: RGBA) -> Self
pub fn grid_border_color(self, grid_border_color: RGBA) -> Self
The grid container border highlight color (default: transparent).
Sourcepub fn cell_border_color(self, cell_border_color: RGBA) -> Self
pub fn cell_border_color(self, cell_border_color: RGBA) -> Self
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
Sourcepub fn row_line_color(self, row_line_color: RGBA) -> Self
pub fn row_line_color(self, row_line_color: RGBA) -> Self
The row line color (default: transparent).
Sourcepub fn column_line_color(self, column_line_color: RGBA) -> Self
pub fn column_line_color(self, column_line_color: RGBA) -> Self
The column line color (default: transparent).
Sourcepub fn grid_border_dash(self, grid_border_dash: bool) -> Self
pub fn grid_border_dash(self, grid_border_dash: bool) -> Self
Whether the grid border is dashed (default: false).
Sourcepub fn cell_border_dash(self, cell_border_dash: bool) -> Self
pub fn cell_border_dash(self, cell_border_dash: bool) -> Self
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
Sourcepub fn row_line_dash(self, row_line_dash: bool) -> Self
pub fn row_line_dash(self, row_line_dash: bool) -> Self
Whether row lines are dashed (default: false).
Sourcepub fn column_line_dash(self, column_line_dash: bool) -> Self
pub fn column_line_dash(self, column_line_dash: bool) -> Self
Whether column lines are dashed (default: false).
Sourcepub fn row_gap_color(self, row_gap_color: RGBA) -> Self
pub fn row_gap_color(self, row_gap_color: RGBA) -> Self
The row gap highlight fill color (default: transparent).
Sourcepub fn row_hatch_color(self, row_hatch_color: RGBA) -> Self
pub fn row_hatch_color(self, row_hatch_color: RGBA) -> Self
The row gap hatching fill color (default: transparent).
Sourcepub fn column_gap_color(self, column_gap_color: RGBA) -> Self
pub fn column_gap_color(self, column_gap_color: RGBA) -> Self
The column gap highlight fill color (default: transparent).
Sourcepub fn column_hatch_color(self, column_hatch_color: RGBA) -> Self
pub fn column_hatch_color(self, column_hatch_color: RGBA) -> Self
The column gap hatching fill color (default: transparent).
Sourcepub fn area_border_color(self, area_border_color: RGBA) -> Self
pub fn area_border_color(self, area_border_color: RGBA) -> Self
The named grid areas border color (Default: transparent).
Sourcepub fn grid_background_color(self, grid_background_color: RGBA) -> Self
pub fn grid_background_color(self, grid_background_color: RGBA) -> Self
The grid container background color (Default: transparent).