Architecture Overview
SnapFX separates model state from JavaFX rendering:
DockGraphhandles layout structure and mutation logic.SnapFXis the high-level facade API.- Rendering and interaction services apply model state to JavaFX scenes.
- Runtime localization is coordinated through
SnapFXlocale/provider properties with a deterministic fallback chain.
Detailed architecture documentation remains in the repository:
For API-level details, use: