W3cubDocs

/Haxe JavaScript

FEDisplacementMapElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

The SVGFEDisplacementMapElement interface corresponds to the feDisplacementMap element.

Documentation SVGFEDisplacementMapElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Static variables

staticinlineread onlySVG_CHANNEL_A:Int = 4

staticinlineread onlySVG_CHANNEL_B:Int = 3

staticinlineread onlySVG_CHANNEL_G:Int = 2

staticinlineread onlySVG_CHANNEL_R:Int = 1

staticinlineread onlySVG_CHANNEL_UNKNOWN:Int = 0

Variables

read onlyheight:AnimatedLength

read onlyin1:AnimatedString

An SVGAnimatedString corresponding to the in attribute of the given element.

read onlyin2:AnimatedString

An SVGAnimatedString corresponding to the in2 attribute of the given element.

read onlyresult:AnimatedString

read onlyscale:AnimatedNumber

An SVGAnimatedNumber corresponding to the scale attribute of the given element.

read onlywidth:AnimatedLength

read onlyx:AnimatedLength

read onlyxChannelSelector:AnimatedEnumeration

An SVGAnimatedEnumeration corresponding to the xChannelSelect attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.

read onlyy:AnimatedLength

read onlyyChannelSelector:AnimatedEnumeration

An SVGAnimatedEnumeration corresponding to the yChannelSelect attribute of the given element. It takes one of the SVG_CHANNEL_* constants defined on this interface.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/FEDisplacementMapElement.html