WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMSVGMarkerElement

IID:6a3b7b40-e65a-4e9c-9ee7-ca03ed0a18c7
Inherits From:nsIDOMSVGElement

The nsIDOMSVGMarker interface is the interface to an SVG marker element.

For more information on this interface please see http://www.w3.org/TR/SVG11/painting.html#InterfaceSVGMarkerElement


Constants

PRUint16 SVG_MARKERUNITS_UNKNOWN = 0
PRUint16 SVG_MARKERUNITS_USERSPACEONUSE = 1
PRUint16 SVG_MARKERUNITS_STROKEWIDTH = 2
PRUint16 SVG_MARKER_ORIENT_UNKNOWN = 0
PRUint16 SVG_MARKER_ORIENT_AUTO = 1
PRUint16 SVG_MARKER_ORIENT_ANGLE = 2

Properties

readonly nsIDOMSVGAnimatedLength markerHeight

readonly nsIDOMSVGAnimatedEnumeration markerUnits

readonly nsIDOMSVGAnimatedLength markerWidth

readonly nsIDOMSVGAnimatedAngle orientAngle

readonly nsIDOMSVGAnimatedEnumeration orientType

readonly nsIDOMSVGAnimatedLength refX

readonly nsIDOMSVGAnimatedLength refY


Methods

void setOrientToAngle ( nsIDOMSVGAngle angle ) void setOrientToAuto ( )

void setOrientToAngle ( nsIDOMSVGAngle angle )

Arguments:
angle

void setOrientToAuto ( )

Reference documentation is generated from Mozilla's source.