Class: xrx.vml.Stylable

xrx.vml. Stylable

(private) new xrx.vml.Stylable()

VML class representing a stylable element.
Parameters:
Type Description
Source:

Extends

Members

xrx.vml.Stylable#element_

Inherited From:
Source:

Methods

xrx.vml.Stylable#getElement() → {HTMLElement}

Returns the HTML element held by the Raphael object.
Inherited From:
Source:
Returns:
The HTML element.
Type
HTMLElement

xrx.vml.Stylable#setFillColor(color)

Sets the fill color of the stylable element.
Parameters:
Name Type Description
color string The fill color.
Source:

xrx.vml.Stylable#setFillOpacity(factor)

Sets the fill opacity of the stylable element.
Parameters:
Name Type Description
factor number The fill opacity.
Source:

xrx.vml.Stylable#setStrokeColor(color)

Sets the stroke color of the stylable element.
Parameters:
Name Type Description
color string The stroke color.
Source:

xrx.vml.Stylable#setStrokeWidth(width)

Sets the stroke width of the stylable element.
Parameters:
Name Type Description
width number The stroke width.
Source:

(private) xrx.vml.Stylable#strokeAndFill_()

Source: