GraphProperties

Inheritance diagram of rumba.GraphProperties
class GraphProperties

The graph properties of a node, its graph position, its radius, its graph flags.

Constructors

__init__

Value(: bool) -> None

Methods

flags()

Change the flags.

pos()

Return the position.

radius()

Change the radius.

set_flags(flags)

Change the flags.

set_pos(pos)

Change the position.

set_radius(radius)

Change the radius.