(private) new xrx.vml.Stylable()
VML class representing a stylable element.
Parameters:
Type | Description |
---|---|
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. -
xrx.vml.Stylable#setFillOpacity(factor)
-
Sets the fill opacity of the stylable element.
Parameters:
Name Type Description factor
number The fill opacity. -
xrx.vml.Stylable#setStrokeColor(color)
-
Sets the stroke color of the stylable element.
Parameters:
Name Type Description color
string The stroke color. -
xrx.vml.Stylable#setStrokeWidth(width)
-
Sets the stroke width of the stylable element.
Parameters:
Name Type Description width
number The stroke width. -
(private) xrx.vml.Stylable#strokeAndFill_()