module Silicium::GraphVisualizer

Public Instance Methods

change_window_size (width, height)

Changes window size

change_edge_width (width)

Changes width of edges

change_vertices_radius (radius)

Changes radius of vertices

change_label_size (size)

Changes labels size

change_label_color (color)

Changes labels color

change_vertex_color (color)

Changes vertices color

set_graph (graph)

Set the graph for visualization

clear_window ()

Clear screen

close_window ()

Close screen

show_window ()

Show graph on the screen