JGraphLayout cost package defines a cost function and default implementations.
See: Description
| Interface Summary | |
|---|---|
| JGraphCostFunction | The cost function takes a cell and returns it's cost as a double. |
| Class Summary | |
|---|---|
| JGraphConstantCostFunction | This allows to recursively compose any number of abstract layouts into a compound abstract layout. |
| JGraphDistanceCostFunction | This class implements a priority queue. |