Grid Highlight Config
data class GridHighlightConfig(showGridExtensionLines: Boolean?, showPositiveLineNumbers: Boolean?, showNegativeLineNumbers: Boolean?, showAreaNames: Boolean?, showLineNames: Boolean?, showTrackSizes: Boolean?, gridBorderColor: RGBA?, cellBorderColor: RGBA?, rowLineColor: RGBA?, columnLineColor: RGBA?, gridBorderDash: Boolean?, cellBorderDash: Boolean?, rowLineDash: Boolean?, columnLineDash: Boolean?, rowGapColor: RGBA?, rowHatchColor: RGBA?, columnGapColor: RGBA?, columnHatchColor: RGBA?, areaBorderColor: RGBA?, gridBackgroundColor: RGBA?)
Content copied to clipboard
Configuration data for the highlighting of Grid elements.
Constructors
GridHighlightConfig
Link copied to clipboard
fun GridHighlightConfig(showGridExtensionLines: Boolean? = null, showPositiveLineNumbers: Boolean? = null, showNegativeLineNumbers: Boolean? = null, showAreaNames: Boolean? = null, showLineNames: Boolean? = null, showTrackSizes: Boolean? = null, gridBorderColor: RGBA? = null, cellBorderColor: RGBA? = null, rowLineColor: RGBA? = null, columnLineColor: RGBA? = null, gridBorderDash: Boolean? = null, cellBorderDash: Boolean? = null, rowLineDash: Boolean? = null, columnLineDash: Boolean? = null, rowGapColor: RGBA? = null, rowHatchColor: RGBA? = null, columnGapColor: RGBA? = null, columnHatchColor: RGBA? = null, areaBorderColor: RGBA? = null, gridBackgroundColor: RGBA? = null)
Content copied to clipboard
Properties
areaBorderColor
Link copied to clipboard
cellBorderColor
Link copied to clipboard
cellBorderDash
Link copied to clipboard
columnGapColor
Link copied to clipboard
columnHatchColor
Link copied to clipboard
columnLineColor
Link copied to clipboard
columnLineDash
Link copied to clipboard
gridBackgroundColor
Link copied to clipboard
gridBorderColor
Link copied to clipboard
gridBorderDash
Link copied to clipboard
rowGapColor
Link copied to clipboard
rowHatchColor
Link copied to clipboard
rowLineColor
Link copied to clipboard
rowLineDash
Link copied to clipboard
showAreaNames
Link copied to clipboard
showGridExtensionLines
Link copied to clipboard
showLineNames
Link copied to clipboard
showNegativeLineNumbers
Link copied to clipboard
showPositiveLineNumbers
Link copied to clipboard
showTrackSizes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard