public class GridHighlightConfig extends Object
| Constructor and Description |
|---|
GridHighlightConfig() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getAreaBorderColor()
The named grid areas border color (Default: transparent).
|
RGBA |
getCellBorderColor()
The cell border color (default: transparent).
|
Boolean |
getCellBorderDash()
Whether the cell border is dashed (default: false).
|
RGBA |
getColumnGapColor()
The column gap highlight fill color (default: transparent).
|
RGBA |
getColumnHatchColor()
The column gap hatching fill color (default: transparent).
|
RGBA |
getColumnLineColor()
The column line color (default: transparent).
|
Boolean |
getColumnLineDash()
Whether column lines are dashed (default: false).
|
RGBA |
getGridBackgroundColor()
The grid container background color (Default: transparent).
|
RGBA |
getGridBorderColor()
The grid container border highlight color (default: transparent).
|
Boolean |
getGridBorderDash()
Whether the grid border is dashed (default: false).
|
RGBA |
getRowGapColor()
The row gap highlight fill color (default: transparent).
|
RGBA |
getRowHatchColor()
The row gap hatching fill color (default: transparent).
|
RGBA |
getRowLineColor()
The row line color (default: transparent).
|
Boolean |
getRowLineDash()
Whether row lines are dashed (default: false).
|
Boolean |
getShowAreaNames()
Show area name labels (default: false).
|
Boolean |
getShowGridExtensionLines()
Whether the extension lines from grid cells to the rulers should be shown (default: false).
|
Boolean |
getShowLineNames()
Show line name labels (default: false).
|
Boolean |
getShowNegativeLineNumbers()
Show Negative line number labels (default: false).
|
Boolean |
getShowPositiveLineNumbers()
Show Positive line number labels (default: false).
|
Boolean |
getShowTrackSizes()
Show track size labels (default: false).
|
void |
setAreaBorderColor(RGBA areaBorderColor)
The named grid areas border color (Default: transparent).
|
void |
setCellBorderColor(RGBA cellBorderColor)
The cell border color (default: transparent).
|
void |
setCellBorderDash(Boolean cellBorderDash)
Whether the cell border is dashed (default: false).
|
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).
|
public Boolean getShowGridExtensionLines()
public void setShowGridExtensionLines(Boolean showGridExtensionLines)
public Boolean getShowPositiveLineNumbers()
public void setShowPositiveLineNumbers(Boolean showPositiveLineNumbers)
public Boolean getShowNegativeLineNumbers()
public void setShowNegativeLineNumbers(Boolean showNegativeLineNumbers)
public Boolean getShowAreaNames()
public void setShowAreaNames(Boolean showAreaNames)
public Boolean getShowLineNames()
public void setShowLineNames(Boolean showLineNames)
public Boolean getShowTrackSizes()
public void setShowTrackSizes(Boolean showTrackSizes)
public RGBA getGridBorderColor()
public void setGridBorderColor(RGBA gridBorderColor)
public RGBA getCellBorderColor()
public void setCellBorderColor(RGBA cellBorderColor)
public RGBA getRowLineColor()
public void setRowLineColor(RGBA rowLineColor)
public RGBA getColumnLineColor()
public void setColumnLineColor(RGBA columnLineColor)
public Boolean getGridBorderDash()
public void setGridBorderDash(Boolean gridBorderDash)
public Boolean getCellBorderDash()
public void setCellBorderDash(Boolean cellBorderDash)
public Boolean getRowLineDash()
public void setRowLineDash(Boolean rowLineDash)
public Boolean getColumnLineDash()
public void setColumnLineDash(Boolean columnLineDash)
public RGBA getRowGapColor()
public void setRowGapColor(RGBA rowGapColor)
public RGBA getRowHatchColor()
public void setRowHatchColor(RGBA rowHatchColor)
public RGBA getColumnGapColor()
public void setColumnGapColor(RGBA columnGapColor)
public RGBA getColumnHatchColor()
public void setColumnHatchColor(RGBA columnHatchColor)
public RGBA getAreaBorderColor()
public void setAreaBorderColor(RGBA areaBorderColor)
public RGBA getGridBackgroundColor()
public void setGridBackgroundColor(RGBA gridBackgroundColor)
Copyright © 2021 Kenan Klisura. All rights reserved.