Liking cljdoc? Tell your friends :D

web.svg.SVGFETurbulenceElement

The SVGFETurbulenceElement interface corresponds to the <feTurbulence>

The SVGFETurbulenceElement interface corresponds to the `<feTurbulence>`
raw docstring

base-frequency-xcljs

(base-frequency-x this)

Property.

An SVGAnimatedNumber corresponding to the X component of the attribute of the given element.

Property.

An SVGAnimatedNumber corresponding to the X component of the
attribute of the given element.
sourceraw docstring

base-frequency-ycljs

(base-frequency-y this)

Property.

An SVGAnimatedNumber corresponding to the Y component of the attribute of the given element.

Property.

An SVGAnimatedNumber corresponding to the Y component of the
attribute of the given element.
sourceraw docstring

num-octavescljs

(num-octaves this)

Property.

An SVGAnimatedInteger corresponding to the numOctaves attribute the given element.

Property.

An SVGAnimatedInteger corresponding to the numOctaves attribute
the given element.
sourceraw docstring

seedcljs

(seed this)

Property.

An SVGAnimatedNumber corresponding to the seed attribute of the element.

Property.

An SVGAnimatedNumber corresponding to the seed attribute of the
element.
sourceraw docstring

set-base-frequency-x!cljs

(set-base-frequency-x! this val)

Property.

An SVGAnimatedNumber corresponding to the X component of the attribute of the given element.

Property.

An SVGAnimatedNumber corresponding to the X component of the
attribute of the given element.
sourceraw docstring

set-base-frequency-y!cljs

(set-base-frequency-y! this val)

Property.

An SVGAnimatedNumber corresponding to the Y component of the attribute of the given element.

Property.

An SVGAnimatedNumber corresponding to the Y component of the
attribute of the given element.
sourceraw docstring

set-num-octaves!cljs

(set-num-octaves! this val)

Property.

An SVGAnimatedInteger corresponding to the numOctaves attribute the given element.

Property.

An SVGAnimatedInteger corresponding to the numOctaves attribute
the given element.
sourceraw docstring

set-seed!cljs

(set-seed! this val)

Property.

An SVGAnimatedNumber corresponding to the seed attribute of the element.

Property.

An SVGAnimatedNumber corresponding to the seed attribute of the
element.
sourceraw docstring

set-stitch-tiles!cljs

(set-stitch-tiles! this val)

Property.

An SVGAnimatedEnumeration corresponding to the stitchTiles attribute the given element. It takes one of the SVG_STITCHTYPE_* constants on this interface.

Property.

An SVGAnimatedEnumeration corresponding to the stitchTiles attribute
the given element. It takes one of the SVG_STITCHTYPE_* constants
on this interface.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

An SVGAnimatedEnumeration corresponding to the type attribute the given element. It takes one of the SVG_TURBULENCE_TYPE_* defined on this interface.

Property.

An SVGAnimatedEnumeration corresponding to the type attribute
the given element. It takes one of the SVG_TURBULENCE_TYPE_*
defined on this interface.
sourceraw docstring

stitch-tilescljs

(stitch-tiles this)

Property.

An SVGAnimatedEnumeration corresponding to the stitchTiles attribute the given element. It takes one of the SVG_STITCHTYPE_* constants on this interface.

Property.

An SVGAnimatedEnumeration corresponding to the stitchTiles attribute
the given element. It takes one of the SVG_STITCHTYPE_* constants
on this interface.
sourceraw docstring

typecljs

(type this)

Property.

An SVGAnimatedEnumeration corresponding to the type attribute the given element. It takes one of the SVG_TURBULENCE_TYPE_* defined on this interface.

Property.

An SVGAnimatedEnumeration corresponding to the type attribute
the given element. It takes one of the SVG_TURBULENCE_TYPE_*
defined on this interface.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close