Package Things :: Module BoxOfTricks :: Class fuzzydot
[frames] | no frames]

Class fuzzydot

object --+
         |
        fuzzydot

Ye olde generic fuzzy dot.

Use:

Make an instance: fd = fuzzydot() and then use fd.draw(ctx)

Instance Methods
 
draw(self, ctx)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  rad = cairo.RadialGradient(0, 0, 2, 0, 0, 20)
Properties

Inherited from object: __class__