webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGFEDisplacementMapElement.idl";
Public Attributes | |
const unsigned short | SVG_CHANNEL_UNKNOWN = 0 |
const unsigned short | SVG_CHANNEL_R = 1 |
const unsigned short | SVG_CHANNEL_G = 2 |
const unsigned short | SVG_CHANNEL_B = 3 |
const unsigned short | SVG_CHANNEL_A = 4 |
readonly attribute SVGAnimatedString | in1 |
readonly attribute SVGAnimatedString | in2 |
readonly attribute SVGAnimatedNumber | scale |
readonly attribute SVGAnimatedEnumeration | xChannelSelector |
readonly attribute SVGAnimatedEnumeration | yChannelSelector |
![]() | |
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 | |
![]() | |
DeprecatedCSSOMValue | getPresentationAttribute (optional DOMString name="undefined") |
void | focus () |
void | blur () |
readonly attribute SVGAnimatedString SVGFEDisplacementMapElement::in1 |
readonly attribute SVGAnimatedString SVGFEDisplacementMapElement::in2 |
readonly attribute SVGAnimatedNumber SVGFEDisplacementMapElement::scale |
const unsigned short SVGFEDisplacementMapElement::SVG_CHANNEL_A = 4 |
const unsigned short SVGFEDisplacementMapElement::SVG_CHANNEL_B = 3 |
const unsigned short SVGFEDisplacementMapElement::SVG_CHANNEL_G = 2 |
const unsigned short SVGFEDisplacementMapElement::SVG_CHANNEL_R = 1 |
const unsigned short SVGFEDisplacementMapElement::SVG_CHANNEL_UNKNOWN = 0 |
readonly attribute SVGAnimatedEnumeration SVGFEDisplacementMapElement::xChannelSelector |
readonly attribute SVGAnimatedEnumeration SVGFEDisplacementMapElement::yChannelSelector |