|
Class DecoratedPoint
Class for a point drawn with a marker
|
__init__(self,
xpos,
ypos,
mark=None,
blob=None,
fill=[pyx.color.rgb.black],
stroke=[pyx.color.rgb.black])
|
|
getPath(self)
Return the path of the attached blob path, if there is one,
otherwise None.
|
|
getMark(self)
|
|
setMark(self,
mark)
|
|
getBlob(self)
Get the attached blob.
|
|
setBlob(self,
blob)
Set the attached blob.
|
|
getFillstyles(self)
|
|
setFillstyles(self,
styles)
|
|
addFillstyles(self,
styles)
|
|
addFillstyle(self,
style)
|
|
getStrokestyles(self)
|
|
setStrokestyles(self,
styles)
|
|
addStrokestyles(self,
styles)
|
|
addStrokestyle(self,
style)
|
|
draw(self,
canvas)
Do nothing (abstract base class).
|
Inherited from Point :
addLabel ,
arg ,
distance ,
getX ,
getXY ,
getY ,
intercept ,
midpoint ,
removeLabels ,
setX ,
setXY ,
setY ,
tangent ,
x ,
xy ,
y
Inherited from utils.Visible :
__cmp__ ,
getDepth ,
getVisiblePath ,
isVisible ,
setDepth
|
__init__(self,
xpos,
ypos,
mark=None,
blob=None,
fill=[pyx.color.rgb.black],
stroke=[pyx.color.rgb.black])
(Constructor)
| | |
|