Package | Description |
---|---|
com.jgraph.layout.graph |
JGraphLayout graph package which contains graph layout algorithms.
|
com.jgraph.layout.hierarchical |
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
|
com.jgraph.layout.organic |
Modifier and Type | Class and Description |
---|---|
class |
JGraphAnnealingLayout
Deprecated.
use JGraphOrganicLayout instead
|
class |
JGraphFRLayout
Deprecated.
use JGraphFastOrganicLayout instead
|
class |
JGraphSpringLayout
Deprecated.
use JGraphFastOrganicLayout instead
|
Modifier and Type | Class and Description |
---|---|
class |
JGraphHierarchicalLayout
The top level compound layout of the hierarchical layout.
|
class |
JGraphMedianHybridCrossingReduction
Performs a vertex ordering within ranks as described by Gansner et al 1993
|
Modifier and Type | Class and Description |
---|---|
class |
JGraphFastOrganicLayout
This layout is an implementation of "Graph Drawing by Force-Directed
Placement" by Fruchterman and Reingold (1991).
|
class |
JGraphOrganicLayout
An implementation of a simulated annealing layout, based on "Drawing Graphs
Nicely Using Simulated Annealing" by Davidson and Harel (1996).
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.