1 #![allow(unused_imports)] 2 use super::*; 3 use wasm_bindgen::prelude::*; 4 #[wasm_bindgen] 5 extern "C" { 6 # [wasm_bindgen (is_type_of = | _ | false , extends = SvgPathSeg , extends = :: js_sys :: Object , js_name = SVGPathSegArcRel , typescript_type = "SVGPathSegArcRel")] 7 #[derive(Debug, Clone, PartialEq, Eq)] 8 #[doc = "The `SvgPathSegArcRel` class."] 9 #[doc = ""] 10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel)"] 11 #[doc = ""] 12 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] 13 pub type SvgPathSegArcRel; 14 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = x)] 15 #[doc = "Getter for the `x` field of this object."] 16 #[doc = ""] 17 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/x)"] 18 #[doc = ""] 19 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] x(this: &SvgPathSegArcRel) -> f3220 pub fn x(this: &SvgPathSegArcRel) -> f32; 21 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = x)] 22 #[doc = "Setter for the `x` field of this object."] 23 #[doc = ""] 24 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/x)"] 25 #[doc = ""] 26 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_x(this: &SvgPathSegArcRel, value: f32)27 pub fn set_x(this: &SvgPathSegArcRel, value: f32); 28 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = y)] 29 #[doc = "Getter for the `y` field of this object."] 30 #[doc = ""] 31 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/y)"] 32 #[doc = ""] 33 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] y(this: &SvgPathSegArcRel) -> f3234 pub fn y(this: &SvgPathSegArcRel) -> f32; 35 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = y)] 36 #[doc = "Setter for the `y` field of this object."] 37 #[doc = ""] 38 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/y)"] 39 #[doc = ""] 40 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_y(this: &SvgPathSegArcRel, value: f32)41 pub fn set_y(this: &SvgPathSegArcRel, value: f32); 42 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = r1)] 43 #[doc = "Getter for the `r1` field of this object."] 44 #[doc = ""] 45 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/r1)"] 46 #[doc = ""] 47 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] r1(this: &SvgPathSegArcRel) -> f3248 pub fn r1(this: &SvgPathSegArcRel) -> f32; 49 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = r1)] 50 #[doc = "Setter for the `r1` field of this object."] 51 #[doc = ""] 52 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/r1)"] 53 #[doc = ""] 54 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_r1(this: &SvgPathSegArcRel, value: f32)55 pub fn set_r1(this: &SvgPathSegArcRel, value: f32); 56 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = r2)] 57 #[doc = "Getter for the `r2` field of this object."] 58 #[doc = ""] 59 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/r2)"] 60 #[doc = ""] 61 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] r2(this: &SvgPathSegArcRel) -> f3262 pub fn r2(this: &SvgPathSegArcRel) -> f32; 63 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = r2)] 64 #[doc = "Setter for the `r2` field of this object."] 65 #[doc = ""] 66 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/r2)"] 67 #[doc = ""] 68 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_r2(this: &SvgPathSegArcRel, value: f32)69 pub fn set_r2(this: &SvgPathSegArcRel, value: f32); 70 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = angle)] 71 #[doc = "Getter for the `angle` field of this object."] 72 #[doc = ""] 73 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/angle)"] 74 #[doc = ""] 75 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] angle(this: &SvgPathSegArcRel) -> f3276 pub fn angle(this: &SvgPathSegArcRel) -> f32; 77 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = angle)] 78 #[doc = "Setter for the `angle` field of this object."] 79 #[doc = ""] 80 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/angle)"] 81 #[doc = ""] 82 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_angle(this: &SvgPathSegArcRel, value: f32)83 pub fn set_angle(this: &SvgPathSegArcRel, value: f32); 84 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = largeArcFlag)] 85 #[doc = "Getter for the `largeArcFlag` field of this object."] 86 #[doc = ""] 87 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/largeArcFlag)"] 88 #[doc = ""] 89 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] large_arc_flag(this: &SvgPathSegArcRel) -> bool90 pub fn large_arc_flag(this: &SvgPathSegArcRel) -> bool; 91 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = largeArcFlag)] 92 #[doc = "Setter for the `largeArcFlag` field of this object."] 93 #[doc = ""] 94 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/largeArcFlag)"] 95 #[doc = ""] 96 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_large_arc_flag(this: &SvgPathSegArcRel, value: bool)97 pub fn set_large_arc_flag(this: &SvgPathSegArcRel, value: bool); 98 # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcRel" , js_name = sweepFlag)] 99 #[doc = "Getter for the `sweepFlag` field of this object."] 100 #[doc = ""] 101 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/sweepFlag)"] 102 #[doc = ""] 103 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] sweep_flag(this: &SvgPathSegArcRel) -> bool104 pub fn sweep_flag(this: &SvgPathSegArcRel) -> bool; 105 # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcRel" , js_name = sweepFlag)] 106 #[doc = "Setter for the `sweepFlag` field of this object."] 107 #[doc = ""] 108 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcRel/sweepFlag)"] 109 #[doc = ""] 110 #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcRel`*"] set_sweep_flag(this: &SvgPathSegArcRel, value: bool)111 pub fn set_sweep_flag(this: &SvgPathSegArcRel, value: bool); 112 } 113