Liking cljdoc? Tell your friends :D

web.svg.SVGFilterElement

The SVGFilterElement interface provides access to the properties <filter> elements, as well as methods to manipulate them.

The SVGFilterElement interface provides access to the properties
`<filter>` elements, as well as methods to manipulate them.
raw docstring

filter-res-xcljs

(filter-res-x this)

Property.

An SVGAnimatedInteger that contains the X component of the filterRes of the given <filter> element.

Property.

An SVGAnimatedInteger that contains the X component of the filterRes
of the given <filter> element.
sourceraw docstring

filter-res-ycljs

(filter-res-y this)

Property.

An SVGAnimatedInteger that contains the Y component of the filterRes of the given <filter> element.

Property.

An SVGAnimatedInteger that contains the Y component of the filterRes
of the given <filter> element.
sourceraw docstring

filter-unitscljs

(filter-units this)

Property.

An SVGAnimatedEnumeration that corresponds to the filterUnits of the given <filter> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration that corresponds to the filterUnits
of the given <filter> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

heightcljs

(height this)

Property.

An SVGAnimatedLength that corresponds to the height attribute the given <filter> element.

Property.

An SVGAnimatedLength that corresponds to the height attribute
the given <filter> element.
sourceraw docstring

primitive-unitscljs

(primitive-units this)

Property.

An SVGAnimatedEnumeration that corresponds to the primitiveUnits of the given <filter> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration that corresponds to the primitiveUnits
of the given <filter> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-filter-rescljs

(set-filter-res this & args)

Method.

Sets the values of the filterRes attribute.

Method.

Sets the values of the filterRes attribute.
sourceraw docstring

set-filter-res-x!cljs

(set-filter-res-x! this val)

Property.

An SVGAnimatedInteger that contains the X component of the filterRes of the given <filter> element.

Property.

An SVGAnimatedInteger that contains the X component of the filterRes
of the given <filter> element.
sourceraw docstring

set-filter-res-y!cljs

(set-filter-res-y! this val)

Property.

An SVGAnimatedInteger that contains the Y component of the filterRes of the given <filter> element.

Property.

An SVGAnimatedInteger that contains the Y component of the filterRes
of the given <filter> element.
sourceraw docstring

set-filter-units!cljs

(set-filter-units! this val)

Property.

An SVGAnimatedEnumeration that corresponds to the filterUnits of the given <filter> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration that corresponds to the filterUnits
of the given <filter> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

An SVGAnimatedLength that corresponds to the height attribute the given <filter> element.

Property.

An SVGAnimatedLength that corresponds to the height attribute
the given <filter> element.
sourceraw docstring

set-primitive-units!cljs

(set-primitive-units! this val)

Property.

An SVGAnimatedEnumeration that corresponds to the primitiveUnits of the given <filter> element. Takes one of the constants defined SVGUnitTypes.

Property.

An SVGAnimatedEnumeration that corresponds to the primitiveUnits
of the given <filter> element. Takes one of the constants defined
SVGUnitTypes.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

An SVGAnimatedLength that corresponds to the width attribute the given <filter> element.

Property.

An SVGAnimatedLength that corresponds to the width attribute
the given <filter> element.
sourceraw docstring

set-x!cljs

(set-x! this val)

Property.

An SVGAnimatedLength that corresponds to the x attribute on the <filter> element.

Property.

An SVGAnimatedLength that corresponds to the x attribute on the
<filter> element.
sourceraw docstring

set-y!cljs

(set-y! this val)

Property.

An SVGAnimatedLength that corresponds to the y attribute of the <filter> element.

Property.

An SVGAnimatedLength that corresponds to the y attribute of the
<filter> element.
sourceraw docstring

widthcljs

(width this)

Property.

An SVGAnimatedLength that corresponds to the width attribute the given <filter> element.

Property.

An SVGAnimatedLength that corresponds to the width attribute
the given <filter> element.
sourceraw docstring

xcljs

(x this)

Property.

An SVGAnimatedLength that corresponds to the x attribute on the <filter> element.

Property.

An SVGAnimatedLength that corresponds to the x attribute on the
<filter> element.
sourceraw docstring

ycljs

(y this)

Property.

An SVGAnimatedLength that corresponds to the y attribute of the <filter> element.

Property.

An SVGAnimatedLength that corresponds to the y attribute of the
<filter> element.
sourceraw docstring

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

× close