SVGFETurbulenceElement in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| className | SVGAnimatedString | (read only) [from SVGStylable] |
| x | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| y | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| width | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| height | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| result | SVGAnimatedString | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| baseFrequencyX | SVGAnimatedNumber | (read only) |
| baseFrequencyY | SVGAnimatedNumber | (read only) |
| numOctaves | SVGAnimatedInteger | (read only) |
| seed | SVGAnimatedNumber | (read only) |
| stitchTiles | SVGAnimatedEnumeration | (read only) |
| type | SVGAnimatedEnumeration | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| getPresentationAttribute() | CSSValue | [from SVGStylable] |
Constants
| name | object | value | description |
|---|---|---|---|
| SVG_TURBULENCE_TYPE_UNKNOWN | SVGFETurbulenceElement | 0 | |
| SVG_TURBULENCE_TYPE_FRACTALNOISE | SVGFETurbulenceElement | 1 | |
| SVG_TURBULENCE_TYPE_TURBULENCE | SVGFETurbulenceElement | 2 | |
| SVG_STITCHTYPE_UNKNOWN | SVGFETurbulenceElement | 0 | |
| SVG_STITCHTYPE_STITCH | SVGFETurbulenceElement | 1 | |
| SVG_STITCHTYPE_NOSTITCH | SVGFETurbulenceElement | 2 |