@JsType(isNative=true, name="SVGFilterPrimitiveStandardAttributes", namespace="<global>") public interface SVGFilterPrimitiveStandardAttributes extends SVGStylable
Modifier and Type | Method and Description |
---|---|
SVGAnimatedLength |
height() |
SVGAnimatedString |
result() |
SVGAnimatedLength |
width() |
SVGAnimatedLength |
x() |
SVGAnimatedLength |
y() |
getNativeStyle, getPresentationAttribute
@JsProperty(name="x") SVGAnimatedLength x()
@JsProperty(name="y") SVGAnimatedLength y()
@JsProperty(name="width") SVGAnimatedLength width()
@JsProperty(name="height") SVGAnimatedLength height()
@JsProperty(name="result") SVGAnimatedString result()
Copyright © 2018 Xalys. All rights reserved.