Package | Description |
---|---|
charger.layout |
Classes related to automatic re-arranging the appearance of Charger graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleGraphLayout
An algorithm to lay out a graph's nodes in left-to-right top-to-bottom order,
more or less equally spaced.
|
class |
SpringGraphLayout
Implements a simple force-directed (spring) layout for Charger.
|