Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.overlay
/
LineStyle
Line
Style
data class
LineStyle
(color:
RGBA
?, pattern:
String
?)
Content copied to clipboard
Style information for drawing a line.
Constructors
Properties
Sources
Constructors
LineStyle
Link copied to clipboard
fun
LineStyle
(color:
RGBA
? = null, pattern:
String
? = null)
Content copied to clipboard
Properties
color
Link copied to clipboard
val
color
:
RGBA
? = null
Content copied to clipboard
The color of the line (default: transparent)
pattern
Link copied to clipboard
val
pattern
:
String
? = null
Content copied to clipboard
The line pattern (default: solid)
Sources
jvm source
Link copied to clipboard