Enumerations | |
enum | abstractMixedGraph::TOptFDP { abstractMixedGraph::FDP_DEFAULT = -1, abstractMixedGraph::FDP_GEM = 0, abstractMixedGraph::FDP_SPRING = 1, abstractMixedGraph::FDP_RESTRICTED = 2, abstractMixedGraph::FDP_LAYERED = 4, abstractMixedGraph::FDP_LAYERED_RESTR = 6 } |
Functions | |
void | abstractMixedGraph::Layout_ForceDirected (TOptFDP method=FDP_DEFAULT, TFloat spacing=0.0) throw (ERRejected) |
|
Alternative methods for force directed drawing.
|
|
Refine a given graph drawing according to a model of forces.
|