| Interface | Description |
|---|---|
| LayoutGenerator |
This interface describes a layout generator.
|
| Class | Description |
|---|---|
| LayoutGeneratorNaive |
This class provides a naive implementation for the LayoutGenerator interface.
|
| LayoutGeneratorSmart |
This class provides a sophisticated implementation for the LayoutGenerator
interface based on layout algorithms implemented in
the Java Universal Network/Graph Drawing Framework.
|