List of all classes, functions and methods in python-igraph
class RectangleDrawer(ShapeDrawer):
Static class which draws rectangular vertices
Class Variable | names |
Undocumented |
Static Method | draw_path |
Draws a rectangle-shaped path on the Cairo context without stroking or filling it. @see: ShapeDrawer.draw_path |
Static Method | intersection_point |
Determines where the rectangle centered at (center_x, center_y) having the given width and height intersects with a line drawn from (source_x, source_y) to (center_x, center_y). |
Draws a rectangle-shaped path on the Cairo context without stroking or filling it.
See Also | ShapeDrawer.draw_path |
Determines where the rectangle centered at (center_x, center_y) having the given width and height intersects with a line drawn from (source_x, source_y) to (center_x, center_y).
See Also | ShapeDrawer.intersection_point |