GocArc
GocArc — Simple elliptic arc.
|
|
Description
GocArc implements simple elliptic arc drawing in the canvas. The arc can have
arrows at the start and/or at the end.
Types and Values
GocArc
typedef struct _GocArc GocArc;
GocArcClass
typedef GocStyledItemClass GocArcClass;
Property Details
The “ang1”
property
“ang1” gdouble
The arc start angle.
Flags: Read / Write
Default value: 0
The “ang2”
property
“ang2” gdouble
The arc end angle.
Flags: Read / Write
Default value: 0
The “end-arrow”
property
“end-arrow” GOArrow *
Arrow for line's end.
Flags: Read / Write
The “rotation”
property
“rotation” gdouble
The rotation around center position.
Flags: Read / Write
Allowed values: [0,6.28319]
Default value: 0
The “start-arrow”
property
“start-arrow” GOArrow *
Arrow for line's start.
Flags: Read / Write
The “type”
property
“type” gint
The type of arc: arc, chord or pie.
Flags: Read / Write
Allowed values: [0,2]
Default value: 0
The “xc”
property
“xc” gdouble
The arc center x coordinate.
Flags: Read / Write
Default value: 0
The “xr”
property
“xr” gdouble
The arc x radius.
Flags: Read / Write
Default value: 0
The “yc”
property
“yc” gdouble
The arc center y coordinate.
Flags: Read / Write
Default value: 0
The “yr”
property
“yr” gdouble
The arc y radius.
Flags: Read / Write
Default value: 0