new AnnotationBorderStyle()
Contains all data regarding an annotation's border style.
- Source:
Methods
(static) setDashArray(dashArray)
Set the dash array.
Parameters:
Name | Type | Description |
---|---|---|
dashArray |
Array | The dash array with at least one element |
- Source:
(static) setHorizontalCornerRadius(radius)
Set the horizontal corner radius (from a Border dictionary).
Parameters:
Name | Type | Description |
---|---|---|
radius |
integer | The horizontal corner radius |
- Source:
(static) setStyle(style)
Set the style.
Parameters:
Name | Type | Description |
---|---|---|
style |
Object | The style object |
- Source:
- See:
(static) setVerticalCornerRadius(radius)
Set the vertical corner radius (from a Border dictionary).
Parameters:
Name | Type | Description |
---|---|---|
radius |
integer | The vertical corner radius |
- Source:
(static) setWidth(width)
Set the width.
Parameters:
Name | Type | Description |
---|---|---|
width |
integer | The width |
- Source: