com.structurizr.view.Routing Maven / Gradle / Ivy
The newest version!
package com.structurizr.view;
public enum Routing {
Direct,
Curved,
Orthogonal
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.structurizr.view;
public enum Routing {
Direct,
Curved,
Orthogonal
}