|
Class Circle
A circular blob
|
__init__(self,
x=None,
y=None,
center=None,
radius=None,
fill=[pyx.color.rgb.white],
stroke=[pyx.color.rgb.black],
points=None)
Constructor.
|
|
getPath(self)
Get the path of this circle blob.
|
|
draw(self,
canvas)
Draw this circle blob.
|
Inherited from Blob :
addLabel ,
addTrafo ,
clearFillStyles ,
clearLabels ,
clearStrokeStyles ,
clearTrafos ,
setFillStyle ,
setPoints ,
setStrokeStyle
Inherited from points.Point :
arg ,
distance ,
getBlob ,
getX ,
getXY ,
getY ,
intercept ,
midpoint ,
removeLabels ,
setBlob ,
setX ,
setXY ,
setY ,
tangent ,
x ,
xy ,
y
Inherited from utils.Visible :
__cmp__ ,
getDepth ,
getVisiblePath ,
isVisible ,
setDepth
|
__init__(self,
x=None,
y=None,
center=None,
radius=None,
fill=[pyx.color.rgb.white],
stroke=[pyx.color.rgb.black],
points=None)
(Constructor)
| | |
|