-
public final class GridHighlightConfigConfiguration data for the highlighting of Grid elements.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshowGridExtensionLinesprivate final BooleanshowPositiveLineNumbersprivate final BooleanshowNegativeLineNumbersprivate final BooleanshowAreaNamesprivate final BooleanshowLineNamesprivate final BooleanshowTrackSizesprivate final RGBAgridBorderColorprivate final RGBAcellBorderColorprivate final RGBArowLineColorprivate final RGBAcolumnLineColorprivate final BooleangridBorderDashprivate final BooleancellBorderDashprivate final BooleanrowLineDashprivate final BooleancolumnLineDashprivate final RGBArowGapColorprivate final RGBArowHatchColorprivate final RGBAcolumnGapColorprivate final RGBAcolumnHatchColorprivate final RGBAareaBorderColorprivate final RGBAgridBackgroundColor
-
Constructor Summary
Constructors Constructor Description GridHighlightConfig(Boolean showGridExtensionLines, Boolean showPositiveLineNumbers, Boolean showNegativeLineNumbers, Boolean showAreaNames, Boolean showLineNames, Boolean showTrackSizes, RGBA gridBorderColor, RGBA cellBorderColor, RGBA rowLineColor, RGBA columnLineColor, Boolean gridBorderDash, Boolean cellBorderDash, Boolean rowLineDash, Boolean columnLineDash, RGBA rowGapColor, RGBA rowHatchColor, RGBA columnGapColor, RGBA columnHatchColor, RGBA areaBorderColor, RGBA gridBackgroundColor)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final Booleancomponent3()final Booleancomponent4()final Booleancomponent5()final Booleancomponent6()final RGBAcomponent7()final RGBAcomponent8()final RGBAcomponent9()final RGBAcomponent10()final Booleancomponent11()final Booleancomponent12()final Booleancomponent13()final Booleancomponent14()final RGBAcomponent15()final RGBAcomponent16()final RGBAcomponent17()final RGBAcomponent18()final RGBAcomponent19()final RGBAcomponent20()final GridHighlightConfigcopy(Boolean showGridExtensionLines, Boolean showPositiveLineNumbers, Boolean showNegativeLineNumbers, Boolean showAreaNames, Boolean showLineNames, Boolean showTrackSizes, RGBA gridBorderColor, RGBA cellBorderColor, RGBA rowLineColor, RGBA columnLineColor, Boolean gridBorderDash, Boolean cellBorderDash, Boolean rowLineDash, Boolean columnLineDash, RGBA rowGapColor, RGBA rowHatchColor, RGBA columnGapColor, RGBA columnHatchColor, RGBA areaBorderColor, RGBA gridBackgroundColor)final BooleangetShowGridExtensionLines()Whether the extension lines from grid cells to the rulers should be shown (default: false). final BooleangetShowPositiveLineNumbers()Show Positive line number labels (default: false). final BooleangetShowNegativeLineNumbers()Show Negative line number labels (default: false). final BooleangetShowAreaNames()Show area name labels (default: false). final BooleangetShowLineNames()Show line name labels (default: false). final BooleangetShowTrackSizes()Show track size labels (default: false). final RGBAgetGridBorderColor()The grid container border highlight color (default: transparent). final RGBAgetCellBorderColor()The cell border color (default: transparent). final RGBAgetRowLineColor()The row line color (default: transparent). final RGBAgetColumnLineColor()The column line color (default: transparent). final BooleangetGridBorderDash()Whether the grid border is dashed (default: false). final BooleangetCellBorderDash()Whether the cell border is dashed (default: false). final BooleangetRowLineDash()Whether row lines are dashed (default: false). final BooleangetColumnLineDash()Whether column lines are dashed (default: false). final RGBAgetRowGapColor()The row gap highlight fill color (default: transparent). final RGBAgetRowHatchColor()The row gap hatching fill color (default: transparent). final RGBAgetColumnGapColor()The column gap highlight fill color (default: transparent). final RGBAgetColumnHatchColor()The column gap hatching fill color (default: transparent). final RGBAgetAreaBorderColor()The named grid areas border color (Default: transparent). final RGBAgetGridBackgroundColor()The grid container background color (Default: transparent). -
-
Constructor Detail
-
GridHighlightConfig
GridHighlightConfig(Boolean showGridExtensionLines, Boolean showPositiveLineNumbers, Boolean showNegativeLineNumbers, Boolean showAreaNames, Boolean showLineNames, Boolean showTrackSizes, RGBA gridBorderColor, RGBA cellBorderColor, RGBA rowLineColor, RGBA columnLineColor, Boolean gridBorderDash, Boolean cellBorderDash, Boolean rowLineDash, Boolean columnLineDash, RGBA rowGapColor, RGBA rowHatchColor, RGBA columnGapColor, RGBA columnHatchColor, RGBA areaBorderColor, RGBA gridBackgroundColor)
-
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
component5
final Boolean component5()
-
component6
final Boolean component6()
-
component7
final RGBA component7()
-
component8
final RGBA component8()
-
component9
final RGBA component9()
-
component10
final RGBA component10()
-
component11
final Boolean component11()
-
component12
final Boolean component12()
-
component13
final Boolean component13()
-
component14
final Boolean component14()
-
component15
final RGBA component15()
-
component16
final RGBA component16()
-
component17
final RGBA component17()
-
component18
final RGBA component18()
-
component19
final RGBA component19()
-
component20
final RGBA component20()
-
copy
final GridHighlightConfig copy(Boolean showGridExtensionLines, Boolean showPositiveLineNumbers, Boolean showNegativeLineNumbers, Boolean showAreaNames, Boolean showLineNames, Boolean showTrackSizes, RGBA gridBorderColor, RGBA cellBorderColor, RGBA rowLineColor, RGBA columnLineColor, Boolean gridBorderDash, Boolean cellBorderDash, Boolean rowLineDash, Boolean columnLineDash, RGBA rowGapColor, RGBA rowHatchColor, RGBA columnGapColor, RGBA columnHatchColor, RGBA areaBorderColor, RGBA gridBackgroundColor)
-
getShowGridExtensionLines
final Boolean getShowGridExtensionLines()
Whether the extension lines from grid cells to the rulers should be shown (default: false).
-
getShowPositiveLineNumbers
final Boolean getShowPositiveLineNumbers()
Show Positive line number labels (default: false).
-
getShowNegativeLineNumbers
final Boolean getShowNegativeLineNumbers()
Show Negative line number labels (default: false).
-
getShowAreaNames
final Boolean getShowAreaNames()
Show area name labels (default: false).
-
getShowLineNames
final Boolean getShowLineNames()
Show line name labels (default: false).
-
getShowTrackSizes
final Boolean getShowTrackSizes()
Show track size labels (default: false).
-
getGridBorderColor
final RGBA getGridBorderColor()
The grid container border highlight color (default: transparent).
-
getCellBorderColor
final RGBA getCellBorderColor()
The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
-
getRowLineColor
final RGBA getRowLineColor()
The row line color (default: transparent).
-
getColumnLineColor
final RGBA getColumnLineColor()
The column line color (default: transparent).
-
getGridBorderDash
final Boolean getGridBorderDash()
Whether the grid border is dashed (default: false).
-
getCellBorderDash
final Boolean getCellBorderDash()
Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
-
getRowLineDash
final Boolean getRowLineDash()
Whether row lines are dashed (default: false).
-
getColumnLineDash
final Boolean getColumnLineDash()
Whether column lines are dashed (default: false).
-
getRowGapColor
final RGBA getRowGapColor()
The row gap highlight fill color (default: transparent).
-
getRowHatchColor
final RGBA getRowHatchColor()
The row gap hatching fill color (default: transparent).
-
getColumnGapColor
final RGBA getColumnGapColor()
The column gap highlight fill color (default: transparent).
-
getColumnHatchColor
final RGBA getColumnHatchColor()
The column gap hatching fill color (default: transparent).
-
getAreaBorderColor
final RGBA getAreaBorderColor()
The named grid areas border color (Default: transparent).
-
getGridBackgroundColor
final RGBA getGridBackgroundColor()
The grid container background color (Default: transparent).
-
-
-
-