Class GridHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v121.overlay.model.GridHighlightConfig
Configuration data for the highlighting of Grid elements.
-
Constructor Summary
ConstructorDescriptionGridHighlightConfig
(Optional<Boolean> showGridExtensionLines, Optional<Boolean> showPositiveLineNumbers, Optional<Boolean> showNegativeLineNumbers, Optional<Boolean> showAreaNames, Optional<Boolean> showLineNames, Optional<Boolean> showTrackSizes, Optional<RGBA> gridBorderColor, Optional<RGBA> cellBorderColor, Optional<RGBA> rowLineColor, Optional<RGBA> columnLineColor, Optional<Boolean> gridBorderDash, Optional<Boolean> cellBorderDash, Optional<Boolean> rowLineDash, Optional<Boolean> columnLineDash, Optional<RGBA> rowGapColor, Optional<RGBA> rowHatchColor, Optional<RGBA> columnGapColor, Optional<RGBA> columnHatchColor, Optional<RGBA> areaBorderColor, Optional<RGBA> gridBackgroundColor) -
Method Summary
Modifier and TypeMethodDescriptionThe named grid areas border color (Default: transparent).Deprecated.Deprecated.The column gap highlight fill color (default: transparent).The column gap hatching fill color (default: transparent).The column line color (default: transparent).Whether column lines are dashed (default: false).The grid container background color (Default: transparent).The grid container border highlight color (default: transparent).Whether the grid border is dashed (default: false).The row gap highlight fill color (default: transparent).The row gap hatching fill color (default: transparent).The row line color (default: transparent).Whether row lines are dashed (default: false).Show area name labels (default: false).Whether the extension lines from grid cells to the rulers should be shown (default: false).Show line name labels (default: false).Show Negative line number labels (default: false).Show Positive line number labels (default: false).Show track size labels (default: false).
-
Constructor Details
-
GridHighlightConfig
public GridHighlightConfig(Optional<Boolean> showGridExtensionLines, Optional<Boolean> showPositiveLineNumbers, Optional<Boolean> showNegativeLineNumbers, Optional<Boolean> showAreaNames, Optional<Boolean> showLineNames, Optional<Boolean> showTrackSizes, Optional<RGBA> gridBorderColor, Optional<RGBA> cellBorderColor, Optional<RGBA> rowLineColor, Optional<RGBA> columnLineColor, Optional<Boolean> gridBorderDash, Optional<Boolean> cellBorderDash, Optional<Boolean> rowLineDash, Optional<Boolean> columnLineDash, Optional<RGBA> rowGapColor, Optional<RGBA> rowHatchColor, Optional<RGBA> columnGapColor, Optional<RGBA> columnHatchColor, Optional<RGBA> areaBorderColor, Optional<RGBA> gridBackgroundColor)
-
-
Method Details
-
getShowGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false). -
getShowPositiveLineNumbers
Show Positive line number labels (default: false). -
getShowNegativeLineNumbers
Show Negative line number labels (default: false). -
getShowAreaNames
Show area name labels (default: false). -
getShowLineNames
Show line name labels (default: false). -
getShowTrackSizes
Show track size labels (default: false). -
getGridBorderColor
The grid container border highlight color (default: transparent). -
getCellBorderColor
Deprecated.The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead. -
getRowLineColor
The row line color (default: transparent). -
getColumnLineColor
The column line color (default: transparent). -
getGridBorderDash
Whether the grid border is dashed (default: false). -
getCellBorderDash
Deprecated.Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead. -
getRowLineDash
Whether row lines are dashed (default: false). -
getColumnLineDash
Whether column lines are dashed (default: false). -
getRowGapColor
The row gap highlight fill color (default: transparent). -
getRowHatchColor
The row gap hatching fill color (default: transparent). -
getColumnGapColor
The column gap highlight fill color (default: transparent). -
getColumnHatchColor
The column gap hatching fill color (default: transparent). -
getAreaBorderColor
The named grid areas border color (Default: transparent). -
getGridBackgroundColor
The grid container background color (Default: transparent).
-