com.structurizr.view.Border Maven / Gradle / Ivy
The newest version!
package com.structurizr.view;
public enum Border {
Solid,
Dashed,
Dotted
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.structurizr.view;
public enum Border {
Solid,
Dashed,
Dotted
}