Class: AnnotationBorderStyle

AnnotationBorderStyle()

Contains all data regarding an annotation's border style.

Constructor

new AnnotationBorderStyle()

Source:

Methods

setDashArray(dashArray)

Set the dash array.
Parameters:
Name Type Description
dashArray Array The dash array with at least one element
Source:

setHorizontalCornerRadius(radius)

Set the horizontal corner radius (from a Border dictionary).
Parameters:
Name Type Description
radius integer The horizontal corner radius
Source:

setStyle(style)

Set the style.
Parameters:
Name Type Description
style Object The style object
Source:
See:

setVerticalCornerRadius(radius)

Set the vertical corner radius (from a Border dictionary).
Parameters:
Name Type Description
radius integer The vertical corner radius
Source:

setWidth(width)

Set the width.
Parameters:
Name Type Description
width integer The width
Source: