pub struct SvgfeGaussianBlurElement { /* private fields */ }
Expand description
The SvgfeGaussianBlurElement
class.
This API requires the following crate features to be activated: SvgfeGaussianBlurElement
Implementationsยง
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn in1(&self) -> SvgAnimatedString
pub fn in1(&self) -> SvgAnimatedString
Getter for the in1
field of this object.
This API requires the following crate features to be activated: SvgAnimatedString
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn std_deviation_x(&self) -> SvgAnimatedNumber
pub fn std_deviation_x(&self) -> SvgAnimatedNumber
Getter for the stdDeviationX
field of this object.
This API requires the following crate features to be activated: SvgAnimatedNumber
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn std_deviation_y(&self) -> SvgAnimatedNumber
pub fn std_deviation_y(&self) -> SvgAnimatedNumber
Getter for the stdDeviationY
field of this object.
This API requires the following crate features to be activated: SvgAnimatedNumber
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn x(&self) -> SvgAnimatedLength
pub fn x(&self) -> SvgAnimatedLength
Getter for the x
field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn y(&self) -> SvgAnimatedLength
pub fn y(&self) -> SvgAnimatedLength
Getter for the y
field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn width(&self) -> SvgAnimatedLength
pub fn width(&self) -> SvgAnimatedLength
Getter for the width
field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn height(&self) -> SvgAnimatedLength
pub fn height(&self) -> SvgAnimatedLength
Getter for the height
field of this object.
This API requires the following crate features to be activated: SvgAnimatedLength
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn result(&self) -> SvgAnimatedString
pub fn result(&self) -> SvgAnimatedString
Getter for the result
field of this object.
This API requires the following crate features to be activated: SvgAnimatedString
, SvgfeGaussianBlurElement
Sourceยงimpl SvgfeGaussianBlurElement
impl SvgfeGaussianBlurElement
Sourcepub fn set_std_deviation(&self, std_deviation_x: f32, std_deviation_y: f32)
pub fn set_std_deviation(&self, std_deviation_x: f32, std_deviation_y: f32)
The setStdDeviation()
method.
This API requires the following crate features to be activated: SvgfeGaussianBlurElement
Methods from Deref<Target = SvgElement>ยง
Sourcepub fn id(&self) -> String
pub fn id(&self) -> String
Getter for the id
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_id(&self, value: &str)
pub fn set_id(&self, value: &str)
Setter for the id
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn class_name(&self) -> SvgAnimatedString
pub fn class_name(&self) -> SvgAnimatedString
Getter for the className
field of this object.
This API requires the following crate features to be activated: SvgAnimatedString
, SvgElement
Sourcepub fn owner_svg_element(&self) -> Option<SvgsvgElement>
pub fn owner_svg_element(&self) -> Option<SvgsvgElement>
Getter for the ownerSVGElement
field of this object.
This API requires the following crate features to be activated: SvgElement
, SvgsvgElement
Sourcepub fn viewport_element(&self) -> Option<SvgElement>
pub fn viewport_element(&self) -> Option<SvgElement>
Getter for the viewportElement
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn oncopy(&self) -> Option<Function>
pub fn oncopy(&self) -> Option<Function>
Getter for the oncopy
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_oncopy(&self, value: Option<&Function>)
pub fn set_oncopy(&self, value: Option<&Function>)
Setter for the oncopy
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn oncut(&self) -> Option<Function>
pub fn oncut(&self) -> Option<Function>
Getter for the oncut
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_oncut(&self, value: Option<&Function>)
pub fn set_oncut(&self, value: Option<&Function>)
Setter for the oncut
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onpaste(&self) -> Option<Function>
pub fn onpaste(&self) -> Option<Function>
Getter for the onpaste
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onpaste(&self, value: Option<&Function>)
pub fn set_onpaste(&self, value: Option<&Function>)
Setter for the onpaste
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn style(&self) -> CssStyleDeclaration
pub fn style(&self) -> CssStyleDeclaration
Getter for the style
field of this object.
This API requires the following crate features to be activated: CssStyleDeclaration
, SvgElement
Sourcepub fn onabort(&self) -> Option<Function>
pub fn onabort(&self) -> Option<Function>
Getter for the onabort
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onabort(&self, value: Option<&Function>)
pub fn set_onabort(&self, value: Option<&Function>)
Setter for the onabort
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onblur(&self) -> Option<Function>
pub fn onblur(&self) -> Option<Function>
Getter for the onblur
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onblur(&self, value: Option<&Function>)
pub fn set_onblur(&self, value: Option<&Function>)
Setter for the onblur
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onfocus(&self) -> Option<Function>
pub fn onfocus(&self) -> Option<Function>
Getter for the onfocus
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onfocus(&self, value: Option<&Function>)
pub fn set_onfocus(&self, value: Option<&Function>)
Setter for the onfocus
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onauxclick(&self) -> Option<Function>
pub fn onauxclick(&self) -> Option<Function>
Getter for the onauxclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onauxclick(&self, value: Option<&Function>)
pub fn set_onauxclick(&self, value: Option<&Function>)
Setter for the onauxclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onbeforetoggle(&self) -> Option<Function>
pub fn onbeforetoggle(&self) -> Option<Function>
Getter for the onbeforetoggle
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onbeforetoggle(&self, value: Option<&Function>)
pub fn set_onbeforetoggle(&self, value: Option<&Function>)
Setter for the onbeforetoggle
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn oncanplay(&self) -> Option<Function>
pub fn oncanplay(&self) -> Option<Function>
Getter for the oncanplay
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_oncanplay(&self, value: Option<&Function>)
pub fn set_oncanplay(&self, value: Option<&Function>)
Setter for the oncanplay
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn oncanplaythrough(&self) -> Option<Function>
pub fn oncanplaythrough(&self) -> Option<Function>
Getter for the oncanplaythrough
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_oncanplaythrough(&self, value: Option<&Function>)
pub fn set_oncanplaythrough(&self, value: Option<&Function>)
Setter for the oncanplaythrough
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onchange(&self) -> Option<Function>
pub fn onchange(&self) -> Option<Function>
Getter for the onchange
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onchange(&self, value: Option<&Function>)
pub fn set_onchange(&self, value: Option<&Function>)
Setter for the onchange
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onclick(&self) -> Option<Function>
pub fn onclick(&self) -> Option<Function>
Getter for the onclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onclick(&self, value: Option<&Function>)
pub fn set_onclick(&self, value: Option<&Function>)
Setter for the onclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn onclose(&self) -> Option<Function>
pub fn onclose(&self) -> Option<Function>
Getter for the onclose
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_onclose(&self, value: Option<&Function>)
pub fn set_onclose(&self, value: Option<&Function>)
Setter for the onclose
field of this object.
This API requires the following crate features to be activated: SvgElement
Getter for the oncontextmenu
field of this object.
This API requires the following crate features to be activated: SvgElement
Setter for the oncontextmenu
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondblclick(&self) -> Option<Function>
pub fn ondblclick(&self) -> Option<Function>
Getter for the ondblclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondblclick(&self, value: Option<&Function>)
pub fn set_ondblclick(&self, value: Option<&Function>)
Setter for the ondblclick
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondrag(&self) -> Option<Function>
pub fn ondrag(&self) -> Option<Function>
Getter for the ondrag
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondrag(&self, value: Option<&Function>)
pub fn set_ondrag(&self, value: Option<&Function>)
Setter for the ondrag
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondragend(&self) -> Option<Function>
pub fn ondragend(&self) -> Option<Function>
Getter for the ondragend
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondragend(&self, value: Option<&Function>)
pub fn set_ondragend(&self, value: Option<&Function>)
Setter for the ondragend
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondragenter(&self) -> Option<Function>
pub fn ondragenter(&self) -> Option<Function>
Getter for the ondragenter
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondragenter(&self, value: Option<&Function>)
pub fn set_ondragenter(&self, value: Option<&Function>)
Setter for the ondragenter
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondragexit(&self) -> Option<Function>
pub fn ondragexit(&self) -> Option<Function>
Getter for the ondragexit
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondragexit(&self, value: Option<&Function>)
pub fn set_ondragexit(&self, value: Option<&Function>)
Setter for the ondragexit
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondragleave(&self) -> Option<Function>
pub fn ondragleave(&self) -> Option<Function>
Getter for the ondragleave
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondragleave(&self, value: Option<&Function>)
pub fn set_ondragleave(&self, value: Option<&Function>)
Setter for the ondragleave
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn ondragover(&self) -> Option<Function>
pub fn ondragover(&self) -> Option<Function>
Getter for the ondragover
field of this object.
This API requires the following crate features to be activated: SvgElement
Sourcepub fn set_ondragover(&self, value: Option<&Function>)
pub fn set_ondragover(&self, value: Option<&Function>)
Setter for the ondragover
field of this object.
This API requires the following crate features to be activated: SvgElement