Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
samples.graph |
Provides sample graph code that may be of interest.
|
Modifier and Type | Class and Description |
---|---|
static class |
SpringLayout.UnitLengthFunction
Returns all edges as the same length: the input value
|
Modifier and Type | Field and Description |
---|---|
protected SpringLayout.LengthFunction |
SpringLayout.lengthFunction |
static SpringLayout.LengthFunction |
SpringLayout.UNITLENGTHFUNCTION |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringLayout.calcEdgeLength(SpringLayout.SpringEdgeData sed,
SpringLayout.LengthFunction f) |
Constructor and Description |
---|
SpringLayout(Graph g,
SpringLayout.LengthFunction f)
Constructor for a SpringLayout for a raw graph with associated component.
|
Modifier and Type | Field and Description |
---|---|
static SpringLayout.LengthFunction |
AddNodeDemo.UNITLENGTHFUNCTION |