| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.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 |
HighlightConfig.getBorderColor()
The border highlight fill color (default: transparent).
|
RGBA |
HighlightConfig.getContentColor()
The content box highlight fill color (default: transparent).
|
RGBA |
HighlightConfig.getCssGridColor()
The grid layout color (default: transparent).
|
RGBA |
HighlightConfig.getEventTargetColor()
The event target element highlight fill color (default: transparent).
|
RGBA |
HighlightConfig.getMarginColor()
The margin highlight fill color (default: transparent).
|
RGBA |
HighlightConfig.getPaddingColor()
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 |
HighlightConfig.setBorderColor(RGBA borderColor)
The border highlight fill color (default: transparent).
|
void |
HighlightConfig.setContentColor(RGBA contentColor)
The content box highlight fill color (default: transparent).
|
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 |
HighlightConfig.setMarginColor(RGBA marginColor)
The margin highlight fill color (default: transparent).
|
void |
HighlightConfig.setPaddingColor(RGBA paddingColor)
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 © 2020. All rights reserved.