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 = SVGPathSegArcAbs , typescript_type = "SVGPathSegArcAbs")]
7     #[derive(Debug, Clone, PartialEq, Eq)]
8     #[doc = "The `SvgPathSegArcAbs` class."]
9     #[doc = ""]
10     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGPathSegArcAbs)"]
11     #[doc = ""]
12     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
13     pub type SvgPathSegArcAbs;
14     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/x)"]
18     #[doc = ""]
19     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
x(this: &SvgPathSegArcAbs) -> f3220     pub fn x(this: &SvgPathSegArcAbs) -> f32;
21     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/x)"]
25     #[doc = ""]
26     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_x(this: &SvgPathSegArcAbs, value: f32)27     pub fn set_x(this: &SvgPathSegArcAbs, value: f32);
28     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/y)"]
32     #[doc = ""]
33     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
y(this: &SvgPathSegArcAbs) -> f3234     pub fn y(this: &SvgPathSegArcAbs) -> f32;
35     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/y)"]
39     #[doc = ""]
40     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_y(this: &SvgPathSegArcAbs, value: f32)41     pub fn set_y(this: &SvgPathSegArcAbs, value: f32);
42     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/r1)"]
46     #[doc = ""]
47     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
r1(this: &SvgPathSegArcAbs) -> f3248     pub fn r1(this: &SvgPathSegArcAbs) -> f32;
49     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/r1)"]
53     #[doc = ""]
54     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_r1(this: &SvgPathSegArcAbs, value: f32)55     pub fn set_r1(this: &SvgPathSegArcAbs, value: f32);
56     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/r2)"]
60     #[doc = ""]
61     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
r2(this: &SvgPathSegArcAbs) -> f3262     pub fn r2(this: &SvgPathSegArcAbs) -> f32;
63     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/r2)"]
67     #[doc = ""]
68     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_r2(this: &SvgPathSegArcAbs, value: f32)69     pub fn set_r2(this: &SvgPathSegArcAbs, value: f32);
70     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/angle)"]
74     #[doc = ""]
75     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
angle(this: &SvgPathSegArcAbs) -> f3276     pub fn angle(this: &SvgPathSegArcAbs) -> f32;
77     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/angle)"]
81     #[doc = ""]
82     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_angle(this: &SvgPathSegArcAbs, value: f32)83     pub fn set_angle(this: &SvgPathSegArcAbs, value: f32);
84     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/largeArcFlag)"]
88     #[doc = ""]
89     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
large_arc_flag(this: &SvgPathSegArcAbs) -> bool90     pub fn large_arc_flag(this: &SvgPathSegArcAbs) -> bool;
91     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/largeArcFlag)"]
95     #[doc = ""]
96     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_large_arc_flag(this: &SvgPathSegArcAbs, value: bool)97     pub fn set_large_arc_flag(this: &SvgPathSegArcAbs, value: bool);
98     # [wasm_bindgen (structural , method , getter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/sweepFlag)"]
102     #[doc = ""]
103     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
sweep_flag(this: &SvgPathSegArcAbs) -> bool104     pub fn sweep_flag(this: &SvgPathSegArcAbs) -> bool;
105     # [wasm_bindgen (structural , method , setter , js_class = "SVGPathSegArcAbs" , 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/SVGPathSegArcAbs/sweepFlag)"]
109     #[doc = ""]
110     #[doc = "*This API requires the following crate features to be activated: `SvgPathSegArcAbs`*"]
set_sweep_flag(this: &SvgPathSegArcAbs, value: bool)111     pub fn set_sweep_flag(this: &SvgPathSegArcAbs, value: bool);
112 }
113