webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SVGFETurbulenceElement Interface Reference

import"SVGFETurbulenceElement.idl";

Inheritance diagram for SVGFETurbulenceElement:
SVGElement

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 ()
 

Member Data Documentation

◆ baseFrequencyX

readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::baseFrequencyX

◆ baseFrequencyY

readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::baseFrequencyY

◆ numOctaves

readonly attribute SVGAnimatedInteger SVGFETurbulenceElement::numOctaves

◆ seed

readonly attribute SVGAnimatedNumber SVGFETurbulenceElement::seed

◆ stitchTiles

readonly attribute SVGAnimatedEnumeration SVGFETurbulenceElement::stitchTiles

◆ SVG_STITCHTYPE_NOSTITCH

const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_NOSTITCH = 2

◆ SVG_STITCHTYPE_STITCH

const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_STITCH = 1

◆ SVG_STITCHTYPE_UNKNOWN

const unsigned short SVGFETurbulenceElement::SVG_STITCHTYPE_UNKNOWN = 0

◆ SVG_TURBULENCE_TYPE_FRACTALNOISE

const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_FRACTALNOISE = 1

◆ SVG_TURBULENCE_TYPE_TURBULENCE

const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_TURBULENCE = 2

◆ SVG_TURBULENCE_TYPE_UNKNOWN

const unsigned short SVGFETurbulenceElement::SVG_TURBULENCE_TYPE_UNKNOWN = 0

◆ type

readonly attribute SVGAnimatedEnumeration SVGFETurbulenceElement::type

The documentation for this interface was generated from the following file: