|
|
__init__(self,
pathData="",
pathLength=None,
style_dict=None,
focusable=None)
initializes the object |
source code
|
|
|
|
| __append__(self,
command,
params,
relative=True) |
source code
|
|
|
|
| appendLineToPath(self,
endx,
endy,
relative=True) |
source code
|
|
|
|
| appendHorizontalLineToPath(self,
endx,
relative=True) |
source code
|
|
|
|
| appendVerticalLineToPath(self,
endy,
relative=True) |
source code
|
|
|
|
| appendMoveToPath(self,
endx,
endy,
relative=True) |
source code
|
|
|
|
|
|
|
| appendCubicCurveToPath(self,
controlstartx,
controlstarty,
controlendx,
controlendy,
endx,
endy,
relative=True) |
source code
|
|
|
|
| appendCubicShorthandCurveToPath(self,
controlendx,
controlendy,
endx,
endy,
relative=True) |
source code
|
|
|
|
| appendQuadraticCurveToPath(self,
controlx,
controly,
endx,
endy,
relative=True) |
source code
|
|
|
|
| appendQuadraticShorthandCurveToPath(self,
endx,
endy,
relative=True) |
source code
|
|
|
|
| appendArcToPath(self,
rx,
ry,
x,
y,
x_axis_rotation=0,
large_arc_flag=0,
sweep_flag=1,
relative=True) |
source code
|
|
|
|
|
|
Inherited from BaseElement:
getXMLFromStyle
|