List of all classes, functions and methods in python-igraph
class UpTriangleDrawer(ShapeDrawer):
Static class which draws upright triangles
Class Variable | names |
Undocumented |
Static Method | draw_path |
Draws an upright triangle on the Cairo context without stroking or filling it. |
Static Method | intersection_point |
Determines where the triangle centered at (center_x, center_y) intersects with a line drawn from (source_x, source_y) to (center_x, center_y). |
Draws an upright triangle on the Cairo context without stroking or filling it.
See Also | ShapeDrawer.draw_path |