com.structurizr.view.Shape Maven / Gradle / Ivy
The newest version!
package com.structurizr.view;
public enum Shape {
Box,
RoundedBox,
Circle,
Ellipse,
Hexagon,
Diamond,
Cylinder,
Pipe,
Person,
Robot,
Folder,
WebBrowser,
Window,
MobileDevicePortrait,
MobileDeviceLandscape,
Component
}