Package io.webfolder.cdp.type.overlay
Class GridHighlightConfig
java.lang.Object
io.webfolder.cdp.type.overlay.GridHighlightConfig
Configuration data for the highlighting of Grid elements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe named grid areas border color (Default: transparent).Deprecated.The column gap highlight fill color (default: transparent).The column gap hatching fill color (default: transparent).The column line color (default: transparent).The grid container background color (Default: transparent).The grid container border highlight color (default: transparent).The row gap highlight fill color (default: transparent).The row gap hatching fill color (default: transparent).The row line color (default: transparent).Deprecated.Whether column lines are dashed (default: false).Whether the grid border is dashed (default: false).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).void
setAreaBorderColor
(RGBA areaBorderColor) The named grid areas border color (Default: transparent).void
setCellBorderColor
(RGBA cellBorderColor) Deprecated.void
setCellBorderDash
(Boolean cellBorderDash) Deprecated.void
setColumnGapColor
(RGBA columnGapColor) The column gap highlight fill color (default: transparent).void
setColumnHatchColor
(RGBA columnHatchColor) The column gap hatching fill color (default: transparent).void
setColumnLineColor
(RGBA columnLineColor) The column line color (default: transparent).void
setColumnLineDash
(Boolean columnLineDash) Whether column lines are dashed (default: false).void
setGridBackgroundColor
(RGBA gridBackgroundColor) The grid container background color (Default: transparent).void
setGridBorderColor
(RGBA gridBorderColor) The grid container border highlight color (default: transparent).void
setGridBorderDash
(Boolean gridBorderDash) Whether the grid border is dashed (default: false).void
setRowGapColor
(RGBA rowGapColor) The row gap highlight fill color (default: transparent).void
setRowHatchColor
(RGBA rowHatchColor) The row gap hatching fill color (default: transparent).void
setRowLineColor
(RGBA rowLineColor) The row line color (default: transparent).void
setRowLineDash
(Boolean rowLineDash) Whether row lines are dashed (default: false).void
setShowAreaNames
(Boolean showAreaNames) Show area name labels (default: false).void
setShowGridExtensionLines
(Boolean showGridExtensionLines) Whether the extension lines from grid cells to the rulers should be shown (default: false).void
setShowLineNames
(Boolean showLineNames) Show line name labels (default: false).void
setShowNegativeLineNumbers
(Boolean showNegativeLineNumbers) Show Negative line number labels (default: false).void
setShowPositiveLineNumbers
(Boolean showPositiveLineNumbers) Show Positive line number labels (default: false).void
setShowTrackSizes
(Boolean showTrackSizes) Show track size labels (default: false).toString()
-
Constructor Details
-
GridHighlightConfig
public GridHighlightConfig()
-
-
Method Details
-
isShowGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false). -
setShowGridExtensionLines
Whether the extension lines from grid cells to the rulers should be shown (default: false). -
isShowPositiveLineNumbers
Show Positive line number labels (default: false). -
setShowPositiveLineNumbers
Show Positive line number labels (default: false). -
isShowNegativeLineNumbers
Show Negative line number labels (default: false). -
setShowNegativeLineNumbers
Show Negative line number labels (default: false). -
isShowAreaNames
Show area name labels (default: false). -
setShowAreaNames
Show area name labels (default: false). -
isShowLineNames
Show line name labels (default: false). -
setShowLineNames
Show line name labels (default: false). -
isShowTrackSizes
Show track size labels (default: false). -
setShowTrackSizes
Show track size labels (default: false). -
getGridBorderColor
The grid container border highlight color (default: transparent). -
setGridBorderColor
The grid container border highlight color (default: transparent). -
getCellBorderColor
Deprecated.The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead. -
setCellBorderColor
Deprecated.The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead. -
getRowLineColor
The row line color (default: transparent). -
setRowLineColor
The row line color (default: transparent). -
getColumnLineColor
The column line color (default: transparent). -
setColumnLineColor
The column line color (default: transparent). -
isGridBorderDash
Whether the grid border is dashed (default: false). -
setGridBorderDash
Whether the grid border is dashed (default: false). -
isCellBorderDash
Deprecated.Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead. -
setCellBorderDash
Deprecated.Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead. -
isRowLineDash
Whether row lines are dashed (default: false). -
setRowLineDash
Whether row lines are dashed (default: false). -
isColumnLineDash
Whether column lines are dashed (default: false). -
setColumnLineDash
Whether column lines are dashed (default: false). -
getRowGapColor
The row gap highlight fill color (default: transparent). -
setRowGapColor
The row gap highlight fill color (default: transparent). -
getRowHatchColor
The row gap hatching fill color (default: transparent). -
setRowHatchColor
The row gap hatching fill color (default: transparent). -
getColumnGapColor
The column gap highlight fill color (default: transparent). -
setColumnGapColor
The column gap highlight fill color (default: transparent). -
getColumnHatchColor
The column gap hatching fill color (default: transparent). -
setColumnHatchColor
The column gap hatching fill color (default: transparent). -
getAreaBorderColor
The named grid areas border color (Default: transparent). -
setAreaBorderColor
The named grid areas border color (Default: transparent). -
getGridBackgroundColor
The grid container background color (Default: transparent). -
setGridBackgroundColor
The grid container background color (Default: transparent). -
toString
-