@DOMObjectAttribute @DOMNameAttribute(name="SVGFilterPrimitiveStandardAttributes") public interface ISVGFilterPrimitiveStandardAttributes
This interface defines the set of DOM attributes that are common across the filter primitive interfaces.
Modifier and Type | Method and Description |
---|---|
SVGAnimatedLength |
getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
|
SVGAnimatedString |
getResult()
Corresponds to attribute 'result’ on the given ’filter’ element.
|
SVGAnimatedLength |
getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
|
SVGAnimatedLength |
getX()
Corresponds to attribute ’x’ on the given ’filter’ element.
|
SVGAnimatedLength |
getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
|
@DOMNameAttribute(name="x") SVGAnimatedLength getX()
Corresponds to attribute ’x’ on the given ’filter’ element.
Value: The attribute ’x’ of the given ’filter’ element.@DOMNameAttribute(name="y") SVGAnimatedLength getY()
Corresponds to attribute 'y’ on the given ’filter’ element.
Value: The attribute 'y’ of the given ’filter’ element.@DOMNameAttribute(name="width") SVGAnimatedLength getWidth()
Corresponds to attribute ’width’ on the given ’filter’ element.
Value: The attribute ’width’ of the given ’filter’ element.@DOMNameAttribute(name="height") SVGAnimatedLength getHeight()
Corresponds to attribute ’height’ on the given ’filter’ element.
Value: The attribute ’height’ of the given ’filter’ element.@DOMNameAttribute(name="result") SVGAnimatedString getResult()
Corresponds to attribute 'result’ on the given ’filter’ element.
Value: The attribute 'result’ of the given ’filter’ element.