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.
(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.
(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.
(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.
(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.
(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.
(set-filter-res this & args)
Method.
Sets the values of the filterRes attribute.
Method. Sets the values of the filterRes attribute.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close