| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.overlay |
| Modifier and Type | Method and Description |
|---|---|
void |
Overlay.highlightFrame(String frameId,
RGBA contentColor,
RGBA contentOutlineColor)
Highlights owner element of the frame with given id.
|
void |
Overlay.highlightQuad(List<Double> quad,
RGBA color,
RGBA outlineColor)
Highlights given quad.
|
void |
Overlay.highlightRect(Integer x,
Integer y,
Integer width,
Integer height,
RGBA color,
RGBA outlineColor)
Highlights given rectangle.
|
void |
Emulation.setDefaultBackgroundColorOverride(RGBA color)
Sets or clears an override of the default background color of the frame.
|
| Modifier and Type | Method and Description |
|---|---|
RGBA |
GridHighlightConfig.getAreaBorderColor()
The named grid areas border color (Default: transparent).
|
RGBA |
HighlightConfig.getBorderColor()
The border highlight fill color (default: transparent).
|
RGBA |
GridHighlightConfig.getCellBorderColor()
The cell border color (default: transparent).
|
RGBA |
SourceOrderConfig.getChildOutlineColor()
the color to outline the child elements in.
|
RGBA |
LineStyle.getColor()
The color of the line (default: transparent)
|
RGBA |
GridHighlightConfig.getColumnGapColor()
The column gap highlight fill color (default: transparent).
|
RGBA |
GridHighlightConfig.getColumnHatchColor()
The column gap hatching fill color (default: transparent).
|
RGBA |
GridHighlightConfig.getColumnLineColor()
The column line color (default: transparent).
|
RGBA |
HighlightConfig.getContentColor()
The content box highlight fill color (default: transparent).
|
RGBA |
HingeConfig.getContentColor()
The content box highlight fill color (default: a dark color).
|
RGBA |
HighlightConfig.getCssGridColor()
The grid layout color (default: transparent).
|
RGBA |
HighlightConfig.getEventTargetColor()
The event target element highlight fill color (default: transparent).
|
RGBA |
BoxStyle.getFillColor()
The background color for the box (default: transparent)
|
RGBA |
GridHighlightConfig.getGridBackgroundColor()
The grid container background color (Default: transparent).
|
RGBA |
GridHighlightConfig.getGridBorderColor()
The grid container border highlight color (default: transparent).
|
RGBA |
BoxStyle.getHatchColor()
The hatching color for the box (default: transparent)
|
RGBA |
HighlightConfig.getMarginColor()
The margin highlight fill color (default: transparent).
|
RGBA |
HingeConfig.getOutlineColor()
The content box highlight outline color (default: transparent).
|
RGBA |
HighlightConfig.getPaddingColor()
The padding highlight fill color (default: transparent).
|
RGBA |
SourceOrderConfig.getParentOutlineColor()
the color to outline the givent element in.
|
RGBA |
GridHighlightConfig.getRowGapColor()
The row gap highlight fill color (default: transparent).
|
RGBA |
GridHighlightConfig.getRowHatchColor()
The row gap hatching fill color (default: transparent).
|
RGBA |
GridHighlightConfig.getRowLineColor()
The row line color (default: transparent).
|
RGBA |
ScrollSnapContainerHighlightConfig.getScrollMarginColor()
The margin highlight fill color (default: transparent).
|
RGBA |
ScrollSnapContainerHighlightConfig.getScrollPaddingColor()
The padding highlight fill color (default: transparent).
|
RGBA |
HighlightConfig.getShapeColor()
The shape outside fill color (default: transparent).
|
RGBA |
HighlightConfig.getShapeMarginColor()
The shape margin fill color (default: transparent).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridHighlightConfig.setAreaBorderColor(RGBA areaBorderColor)
The named grid areas border color (Default: transparent).
|
void |
HighlightConfig.setBorderColor(RGBA borderColor)
The border highlight fill color (default: transparent).
|
void |
GridHighlightConfig.setCellBorderColor(RGBA cellBorderColor)
The cell border color (default: transparent).
|
void |
SourceOrderConfig.setChildOutlineColor(RGBA childOutlineColor)
the color to outline the child elements in.
|
void |
LineStyle.setColor(RGBA color)
The color of the line (default: transparent)
|
void |
GridHighlightConfig.setColumnGapColor(RGBA columnGapColor)
The column gap highlight fill color (default: transparent).
|
void |
GridHighlightConfig.setColumnHatchColor(RGBA columnHatchColor)
The column gap hatching fill color (default: transparent).
|
void |
GridHighlightConfig.setColumnLineColor(RGBA columnLineColor)
The column line color (default: transparent).
|
void |
HighlightConfig.setContentColor(RGBA contentColor)
The content box highlight fill color (default: transparent).
|
void |
HingeConfig.setContentColor(RGBA contentColor)
The content box highlight fill color (default: a dark color).
|
void |
HighlightConfig.setCssGridColor(RGBA cssGridColor)
The grid layout color (default: transparent).
|
void |
HighlightConfig.setEventTargetColor(RGBA eventTargetColor)
The event target element highlight fill color (default: transparent).
|
void |
BoxStyle.setFillColor(RGBA fillColor)
The background color for the box (default: transparent)
|
void |
GridHighlightConfig.setGridBackgroundColor(RGBA gridBackgroundColor)
The grid container background color (Default: transparent).
|
void |
GridHighlightConfig.setGridBorderColor(RGBA gridBorderColor)
The grid container border highlight color (default: transparent).
|
void |
BoxStyle.setHatchColor(RGBA hatchColor)
The hatching color for the box (default: transparent)
|
void |
HighlightConfig.setMarginColor(RGBA marginColor)
The margin highlight fill color (default: transparent).
|
void |
HingeConfig.setOutlineColor(RGBA outlineColor)
The content box highlight outline color (default: transparent).
|
void |
HighlightConfig.setPaddingColor(RGBA paddingColor)
The padding highlight fill color (default: transparent).
|
void |
SourceOrderConfig.setParentOutlineColor(RGBA parentOutlineColor)
the color to outline the givent element in.
|
void |
GridHighlightConfig.setRowGapColor(RGBA rowGapColor)
The row gap highlight fill color (default: transparent).
|
void |
GridHighlightConfig.setRowHatchColor(RGBA rowHatchColor)
The row gap hatching fill color (default: transparent).
|
void |
GridHighlightConfig.setRowLineColor(RGBA rowLineColor)
The row line color (default: transparent).
|
void |
ScrollSnapContainerHighlightConfig.setScrollMarginColor(RGBA scrollMarginColor)
The margin highlight fill color (default: transparent).
|
void |
ScrollSnapContainerHighlightConfig.setScrollPaddingColor(RGBA scrollPaddingColor)
The padding highlight fill color (default: transparent).
|
void |
HighlightConfig.setShapeColor(RGBA shapeColor)
The shape outside fill color (default: transparent).
|
void |
HighlightConfig.setShapeMarginColor(RGBA shapeMarginColor)
The shape margin fill color (default: transparent).
|
Copyright © 2021 Kenan Klisura. All rights reserved.