| Package | Description |
|---|---|
| scratch.scott |
| Modifier and Type | Field and Description |
|---|---|
static AestheticSpringVisualizer.LengthFunction |
AestheticSpringVisualizer.UNITLENGTHFUNCTION |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AestheticSpringVisualizer.calcEdgeLength(AestheticSpringVisualizer.SpringEdgeData sed,
AestheticSpringVisualizer.LengthFunction f) |
| Constructor and Description |
|---|
AestheticSpringVisualizer(Graph g,
AestheticSpringVisualizer.LengthFunction f,
java.awt.Dimension d)
Constructor for a SpringVisualizer for a raw graph with
associated component.
|
AestheticSpringVisualizer(Graph g,
AestheticSpringVisualizer.LengthFunction f,
javax.swing.JComponent jc)
Constructor for a SpringVisualizer for a raw graph with
associated component.
|