|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGFETurbulenceElement.idl";
Public Attributes | |
| const unsigned short | SVG_TURBULENCE_TYPE_UNKNOWN = 0 |
| const unsigned short | SVG_TURBULENCE_TYPE_FRACTALNOISE = 1 |
| const unsigned short | SVG_TURBULENCE_TYPE_TURBULENCE = 2 |
| const unsigned short | SVG_STITCHTYPE_UNKNOWN = 0 |
| const unsigned short | SVG_STITCHTYPE_STITCH = 1 |
| const unsigned short | SVG_STITCHTYPE_NOSTITCH = 2 |
| readonly attribute SVGAnimatedNumber | baseFrequencyX |
| readonly attribute SVGAnimatedNumber | baseFrequencyY |
| readonly attribute SVGAnimatedInteger | numOctaves |
| readonly attribute SVGAnimatedNumber | seed |
| readonly attribute SVGAnimatedEnumeration | stitchTiles |
| readonly attribute SVGAnimatedEnumeration | type |
Public Attributes inherited from SVGElement | |
| readonly attribute SVGSVGElement | ownerSVGElement |
| readonly attribute SVGElement | viewportElement |
| attribute DOMString | xmllang |
| attribute DOMString | xmlspace |
| readonly attribute SVGAnimatedString | className |
| readonly attribute CSSStyleDeclaration | style |
| attribute long | tabIndex |
| readonly attribute DOMStringMap | dataset |
Additional Inherited Members | |
Public Member Functions inherited from SVGElement | |
| DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
| void | focus () |
| void | blur () |
| readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::baseFrequencyX |
| readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::baseFrequencyY |
| readonly attribute SVGAnimatedInteger SVGFETurbulenceElement::numOctaves |
| readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::seed |
| readonly attribute SVGAnimatedEnumeration SVGFETurbulenceElement::stitchTiles |
| const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_NOSTITCH = 2 |
| const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_STITCH = 1 |
| const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_UNKNOWN = 0 |
| const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_FRACTALNOISE = 1 |
| const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_TURBULENCE = 2 |
| const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_UNKNOWN = 0 |
| readonly attribute SVGAnimatedEnumeration SVGFETurbulenceElement::type |
1.8.13