| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.overlay |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
Overlay.getHighlightObjectForTest(Integer nodeId,
Boolean includeDistance,
Boolean includeStyle,
ColorFormat colorFormat,
Boolean showAccessibilityInfo)
For testing.
|
| Modifier and Type | Method and Description |
|---|---|
ColorFormat |
HighlightConfig.getColorFormat()
The color format used to format color styles (default: hex).
|
static ColorFormat |
ColorFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorFormat[] |
ColorFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightConfig.setColorFormat(ColorFormat colorFormat)
The color format used to format color styles (default: hex).
|
Copyright © 2021 Kenan Klisura. All rights reserved.