BiSvgDrawLine
The SVG implementation of the BiDrawLine class.
This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiSvgDrawLine .
Constructor
new BiSvgDrawLine ( nWidth,sType,sForeColor,sStartArrowStyle,sEndArrowStyle )
Parameters
| Name | Type | Optional | Default | Descripton |
nWidth | Number | The line width | ||
sType | String | The line type. Accepted values are:- dotted, dashed, solid | ||
sForeColor | String | The line color | ||
sStartArrowStyle | String | The start arrow style. | ||
sEndArrowStyle | String | The end arrow style. |
Properties
None.
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
This class is mapped by BiDrawLine. Please refer to BiDrawLine for API documentation.