MCPcopy Index your code
hub / github.com/clips/pattern / draw

Method draw

pattern/graph/__init__.py:49–53  ·  view source on GitHub ↗

Draws the node label. Optional properties include width, fill and fontsize.

(self)

Source from the content-addressed store, hash-verified

47 k.pop("string")
48 return Text(self.string, **k)
49 def draw(self):
50 """ Draws the node label.
51 Optional properties include width, fill and fontsize.
52 """
53 pass
54
55class Vector(object):
56 def __init__(self, x=0, y=0):

Callers 12

drawpathFunction · 0.45
endpathFunction · 0.45
supershapeFunction · 0.45
rectFunction · 0.45
ellipseFunction · 0.45
arrowFunction · 0.45
starFunction · 0.45
imageFunction · 0.45
canvas.jsFile · 0.45
drawMethod · 0.45
drawMethod · 0.45
graph.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected