BiDrawLine

This class represents a link line.

This class extends BiBrowserCheck.features.hasSvg and therefore all methods and fields available for BiBrowserCheck.features.hasSvg are also available for BiDrawLine .

Constructor

new BiDrawLine ( nWidth,sType,sForeColor,sStartArrowStyle,sEndArrowStyle )

Parameters

NameTypeOptionalDefaultDescripton
nWidthNumberThe line width
sTypeStringThe line type. Accepted values are:- dotted, dashed, solid
sForeColorStringThe line color
sStartArrowStyleStringThe start arrow style.
sEndArrowStyleStringThe end arrow style.

Properties

NameTypegetsetDescripton
endArrowStyleStringcheckedcheckedThe style of the end arrow for this line.
Accepted values are:- circle, arrow, none.
foreColorStringcheckedcheckedThe color of this line.
hoverColorStringcheckedcheckedThe color of this line when the cursor is moved over it.
startArrowStyleStringcheckedcheckedThe style of the start arrow for this line.
Accepted values are:- circle, arrow, none.
typeStringcheckedcheckedThe type of this line.
Accepted values are:- dotted, dashed, solid.
widthNumbercheckedcheckedThe width of this line.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

Depending on the browser this class inherits from either BiSvg or BiVml.