com.structurizr.view.LineStyle Maven / Gradle / Ivy
The newest version!
package com.structurizr.view;
public enum LineStyle {
Dashed,
Dotted,
Solid
}
package com.structurizr.view;
public enum LineStyle {
Dashed,
Dotted,
Solid
}