public class Stroke extends BaseOption
Constructor and Description |
---|
Stroke() |
Modifier and Type | Method and Description |
---|---|
List<Color> |
getColors()
Colors to fill the border for paths.
|
Color |
getColorsSingle()
Colors to fill the border for paths.
|
Boolean |
getShow()
To show or hide path-stroke / line
|
List<Number> |
getWidthAsArrayNumber()
Sets the width of border for svg path
|
Number |
getWidthAsNumber()
Sets the width of border for svg path
|
Stroke |
setColors(List<Color> colors)
Colors to fill the border for paths.
|
Stroke |
setShow(Boolean show)
To show or hide path-stroke / line
|
Stroke |
setWidth(List<Number> widthAsArrayNumber)
Sets the width of border for svg path
|
Stroke |
setWidth(Number widthAsNumber)
Sets the width of border for svg path
|
set_hcNulledOption
public static final Stroke NULL
public Color getColorsSingle()
public List<Color> getColors()
public Stroke setColors(List<Color> colors)
colors
- the value for the colors optionpublic Boolean getShow()
public Stroke setShow(Boolean show)
show
- the value for the show optionpublic List<Number> getWidthAsArrayNumber()
public Stroke setWidth(List<Number> widthAsArrayNumber)
widthAsArrayNumber
- the value for the widthAsArrayNumber optionpublic Number getWidthAsNumber()
Copyright © 2024. All rights reserved.