
Public Member Functions | |
| def | __init__ |
| def | draw |
Public Attributes | |
| filled | |
| h | |
| pen | |
| w | |
| x0 | |
| y0 | |
Definition at line 195 of file xdot.py.
| def xdot::EllipseShape::__init__ | ( | self, | ||
| pen, | ||||
| x0, | ||||
| y0, | ||||
| w, | ||||
| h, | ||||
filled = False | ||||
| ) |
| def xdot::EllipseShape::draw | ( | self, | ||
| cr, | ||||
highlight = False | ||||
| ) |
Draw this shape with the given cairo context
Reimplemented from xdot::Shape.