com.structurizr.view.Border Maven / Gradle / Ivy
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
}