pub struct GridHighlightConfigBuilder { /* private fields */ }Implementations§
Source§impl GridHighlightConfigBuilder
impl GridHighlightConfigBuilder
Sourcepub fn showGridExtensionLines(self, showGridExtensionLines: bool) -> Self
pub fn showGridExtensionLines(self, showGridExtensionLines: bool) -> Self
Whether the extension lines from grid cells to the rulers should be shown (default: false).
Sourcepub fn showPositiveLineNumbers(self, showPositiveLineNumbers: bool) -> Self
pub fn showPositiveLineNumbers(self, showPositiveLineNumbers: bool) -> Self
Show Positive line number labels (default: false).
Sourcepub fn showNegativeLineNumbers(self, showNegativeLineNumbers: bool) -> Self
pub fn showNegativeLineNumbers(self, showNegativeLineNumbers: bool) -> Self
Show Negative line number labels (default: false).
Sourcepub fn showAreaNames(self, showAreaNames: bool) -> Self
pub fn showAreaNames(self, showAreaNames: bool) -> Self
Show area name labels (default: false).
Sourcepub fn showLineNames(self, showLineNames: bool) -> Self
pub fn showLineNames(self, showLineNames: bool) -> Self
Show line name labels (default: false).
Sourcepub fn showTrackSizes(self, showTrackSizes: bool) -> Self
pub fn showTrackSizes(self, showTrackSizes: bool) -> Self
Show track size labels (default: false).
Sourcepub fn gridBorderColor(self, gridBorderColor: RGBA) -> Self
pub fn gridBorderColor(self, gridBorderColor: RGBA) -> Self
The grid container border highlight color (default: transparent).
Sourcepub fn cellBorderColor(self, cellBorderColor: RGBA) -> Self
pub fn cellBorderColor(self, cellBorderColor: RGBA) -> Self
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
Sourcepub fn rowLineColor(self, rowLineColor: RGBA) -> Self
pub fn rowLineColor(self, rowLineColor: RGBA) -> Self
The row line color (default: transparent).
Sourcepub fn columnLineColor(self, columnLineColor: RGBA) -> Self
pub fn columnLineColor(self, columnLineColor: RGBA) -> Self
The column line color (default: transparent).
Sourcepub fn gridBorderDash(self, gridBorderDash: bool) -> Self
pub fn gridBorderDash(self, gridBorderDash: bool) -> Self
Whether the grid border is dashed (default: false).
Sourcepub fn cellBorderDash(self, cellBorderDash: bool) -> Self
pub fn cellBorderDash(self, cellBorderDash: bool) -> Self
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
Sourcepub fn rowLineDash(self, rowLineDash: bool) -> Self
pub fn rowLineDash(self, rowLineDash: bool) -> Self
Whether row lines are dashed (default: false).
Sourcepub fn columnLineDash(self, columnLineDash: bool) -> Self
pub fn columnLineDash(self, columnLineDash: bool) -> Self
Whether column lines are dashed (default: false).
Sourcepub fn rowGapColor(self, rowGapColor: RGBA) -> Self
pub fn rowGapColor(self, rowGapColor: RGBA) -> Self
The row gap highlight fill color (default: transparent).
Sourcepub fn rowHatchColor(self, rowHatchColor: RGBA) -> Self
pub fn rowHatchColor(self, rowHatchColor: RGBA) -> Self
The row gap hatching fill color (default: transparent).
Sourcepub fn columnGapColor(self, columnGapColor: RGBA) -> Self
pub fn columnGapColor(self, columnGapColor: RGBA) -> Self
The column gap highlight fill color (default: transparent).
Sourcepub fn columnHatchColor(self, columnHatchColor: RGBA) -> Self
pub fn columnHatchColor(self, columnHatchColor: RGBA) -> Self
The column gap hatching fill color (default: transparent).
Sourcepub fn areaBorderColor(self, areaBorderColor: RGBA) -> Self
pub fn areaBorderColor(self, areaBorderColor: RGBA) -> Self
The named grid areas border color (Default: transparent).
Sourcepub fn gridBackgroundColor(self, gridBackgroundColor: RGBA) -> Self
pub fn gridBackgroundColor(self, gridBackgroundColor: RGBA) -> Self
The grid container background color (Default: transparent).