Package org.graphstream.ui.layout.springbox

  • Class Summary 
    Class Description
    BarnesHutLayout
    Base implementation of a Barnes-Hut space decomposition and particle interaction algorithm to be used for force-based layout algorithms.
    EdgeSpring
    Edge representation.
    Energies
    Represent the history of energy values for a force-based layout algorithm.
    GraphCellData
    A N-Tree cell data that both compute the barycenter of each cell (aggregate position), the aggregate weight of each cell (sum of all of the cell node weights) and the aggregate degree of each cell (sum of all of the cell node degree).
    NodeParticle
    Base implementation of a node particle to be used in the BarnesHutLayout to represent nodes and choose their positions.