efl/src/lib/evas/canvas/efl_vg_shape.eo

45 lines
772 B
Plaintext

class Efl.VG.Shape (Efl.VG, Efl.Gfx.Shape)
{
[[Efl vector graphics shape class]]
legacy_prefix: evas_vg_shape;
methods {
@property fill {
[[Fill of the shape object]]
set {
}
get {
}
values {
f: Efl.VG; [[Fill object]]
}
}
@property stroke_fill {
[[Stroke fill of the shape object]]
set {
}
get {
}
values {
f: Efl.VG; [[Stroke fill object]]
}
}
@property stroke_marker {
[[Stroke marker of the shape object]]
set {
}
get {
}
values {
m: Efl.VG; [[Stroke marker object]]
}
}
}
implements {
Efl.VG.bounds_get;
Efl.VG.interpolate;
Efl.VG.dup;
Efl.Object.constructor;
Efl.Object.destructor;
}
}