public class HighlightConfig extends Object
| Constructor and Description |
|---|
HighlightConfig() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getBorderColor()
The border highlight fill color (default: transparent).
|
RGBA |
getContentColor()
The content box highlight fill color (default: transparent).
|
RGBA |
getCssGridColor()
The grid layout color (default: transparent).
|
RGBA |
getEventTargetColor()
The event target element highlight fill color (default: transparent).
|
RGBA |
getMarginColor()
The margin highlight fill color (default: transparent).
|
RGBA |
getPaddingColor()
The padding highlight fill color (default: transparent).
|
RGBA |
getShapeColor()
The shape outside fill color (default: transparent).
|
RGBA |
getShapeMarginColor()
The shape margin fill color (default: transparent).
|
Boolean |
getShowExtensionLines()
Whether the extension lines from node to the rulers should be shown (default: false).
|
Boolean |
getShowInfo()
Whether the node info tooltip should be shown (default: false).
|
Boolean |
getShowRulers()
Whether the rulers should be shown (default: false).
|
Boolean |
getShowStyles()
Whether the node styles in the tooltip (default: false).
|
void |
setBorderColor(RGBA borderColor)
The border highlight fill color (default: transparent).
|
void |
setContentColor(RGBA contentColor)
The content box highlight fill color (default: transparent).
|
void |
setCssGridColor(RGBA cssGridColor)
The grid layout color (default: transparent).
|
void |
setEventTargetColor(RGBA eventTargetColor)
The event target element highlight fill color (default: transparent).
|
void |
setMarginColor(RGBA marginColor)
The margin highlight fill color (default: transparent).
|
void |
setPaddingColor(RGBA paddingColor)
The padding highlight fill color (default: transparent).
|
void |
setShapeColor(RGBA shapeColor)
The shape outside fill color (default: transparent).
|
void |
setShapeMarginColor(RGBA shapeMarginColor)
The shape margin fill color (default: transparent).
|
void |
setShowExtensionLines(Boolean showExtensionLines)
Whether the extension lines from node to the rulers should be shown (default: false).
|
void |
setShowInfo(Boolean showInfo)
Whether the node info tooltip should be shown (default: false).
|
void |
setShowRulers(Boolean showRulers)
Whether the rulers should be shown (default: false).
|
void |
setShowStyles(Boolean showStyles)
Whether the node styles in the tooltip (default: false).
|
public Boolean getShowInfo()
public void setShowInfo(Boolean showInfo)
public Boolean getShowStyles()
public void setShowStyles(Boolean showStyles)
public Boolean getShowRulers()
public void setShowRulers(Boolean showRulers)
public Boolean getShowExtensionLines()
public void setShowExtensionLines(Boolean showExtensionLines)
public RGBA getContentColor()
public void setContentColor(RGBA contentColor)
public RGBA getPaddingColor()
public void setPaddingColor(RGBA paddingColor)
public RGBA getBorderColor()
public void setBorderColor(RGBA borderColor)
public RGBA getMarginColor()
public void setMarginColor(RGBA marginColor)
public RGBA getEventTargetColor()
public void setEventTargetColor(RGBA eventTargetColor)
public RGBA getShapeColor()
public void setShapeColor(RGBA shapeColor)
public RGBA getShapeMarginColor()
public void setShapeMarginColor(RGBA shapeMarginColor)
public RGBA getCssGridColor()
public void setCssGridColor(RGBA cssGridColor)
Copyright © 2020. All rights reserved.