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

import"SVGFilterElement.idl";

Inheritance diagram for SVGFilterElement:
SVGElement

Public Member Functions

void setFilterRes (optional unsigned long filterResX=0, optional unsigned long filterResY=0)
 
- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Public Attributes

readonly attribute SVGAnimatedEnumeration filterUnits
 
readonly attribute SVGAnimatedEnumeration primitiveUnits
 
readonly attribute SVGAnimatedLength x
 
readonly attribute SVGAnimatedLength y
 
readonly attribute SVGAnimatedLength width
 
readonly attribute SVGAnimatedLength height
 
readonly attribute SVGAnimatedInteger filterResX
 
readonly attribute SVGAnimatedInteger filterResY
 
- 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
 

Member Function Documentation

◆ setFilterRes()

void SVGFilterElement::setFilterRes ( optional unsigned long  filterResX = 0,
optional unsigned long  filterResY = 0 
)

Member Data Documentation

◆ filterResX

readonly attribute SVGAnimatedInteger SVGFilterElement::filterResX

◆ filterResY

readonly attribute SVGAnimatedInteger SVGFilterElement::filterResY

◆ filterUnits

readonly attribute SVGAnimatedEnumeration SVGFilterElement::filterUnits

◆ height

readonly attribute SVGAnimatedLength SVGFilterElement::height

◆ primitiveUnits

readonly attribute SVGAnimatedEnumeration SVGFilterElement::primitiveUnits

◆ width

readonly attribute SVGAnimatedLength SVGFilterElement::width

◆ x

readonly attribute SVGAnimatedLength SVGFilterElement::x

◆ y

readonly attribute SVGAnimatedLength SVGFilterElement::y

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