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.

nsIDOMSVGFETurbulenceElement

IID:77bc4d70-0d49-4c81-b7a7-7432f0fe3e04
Inherits From:nsIDOMSVGFilterPrimitiveStandardAttributes

Constants

PRUint16 SVG_TURBULENCE_TYPE_UNKNOWN = 0
PRUint16 SVG_TURBULENCE_TYPE_FRACTALNOISE = 1
PRUint16 SVG_TURBULENCE_TYPE_TURBULENCE = 2
PRUint16 SVG_STITCHTYPE_UNKNOWN = 0
PRUint16 SVG_STITCHTYPE_STITCH = 1
PRUint16 SVG_STITCHTYPE_NOSTITCH = 2

Properties

readonly nsIDOMSVGAnimatedNumber baseFrequencyX

readonly nsIDOMSVGAnimatedNumber baseFrequencyY

readonly nsIDOMSVGAnimatedInteger numOctaves

readonly nsIDOMSVGAnimatedNumber seed

readonly nsIDOMSVGAnimatedEnumeration stitchTiles

readonly nsIDOMSVGAnimatedEnumeration type

Reference documentation is generated from Mozilla's source.