Package | Description |
---|---|
com.jgraph.layout |
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
|
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 | Method and Description |
---|---|
JGraphLayoutProgress |
JGraphLayout.Stoppable.getProgress()
Returns the progress object that represents the progress of the
current layout run.
|
Modifier and Type | Field and Description |
---|---|
protected JGraphLayoutProgress |
JGraphSpringLayout.progress
Deprecated.
An object to monitor and control progress.
|
Modifier and Type | Method and Description |
---|---|
JGraphLayoutProgress |
JGraphSpringLayout.getProgress()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected JGraphLayoutProgress |
JGraphMedianHybridCrossingReduction.progress
The layout progress bar
|
protected JGraphLayoutProgress |
JGraphHierarchicalLayout.progress
The layout progress bar
|
Modifier and Type | Method and Description |
---|---|
JGraphLayoutProgress |
JGraphMedianHybridCrossingReduction.getProgress() |
JGraphLayoutProgress |
JGraphHierarchicalLayout.getProgress() |
Modifier and Type | Field and Description |
---|---|
protected JGraphLayoutProgress |
JGraphFastOrganicLayout.progress
An object to monitor and control progress.
|
protected JGraphLayoutProgress |
JGraphOrganicLayout.progress
The layout progress bar
|
Modifier and Type | Method and Description |
---|---|
JGraphLayoutProgress |
JGraphFastOrganicLayout.getProgress() |
JGraphLayoutProgress |
JGraphOrganicLayout.getProgress() |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.