Interface for pluggable layout algorithms. The default is ForceDirectedLayout (wraps PhysicsEngine). Implement this to provide tree, radial, grid, or other layouts.
Run one simulation tick. Returns metrics for equilibrium detection.
Check if the layout has reached a stable state.
Update layout configuration.
Get current configuration.
Interface for pluggable layout algorithms. The default is ForceDirectedLayout (wraps PhysicsEngine). Implement this to provide tree, radial, grid, or other layouts.