org.smyld.app.entityplot.PlotShape Maven / Gradle / Ivy
package org.smyld.app.entityplot;
public enum PlotShape {
Circle,
Rectangle,
RoundedRectangle,
Oval,
Free;
}
package org.smyld.app.entityplot;
public enum PlotShape {
Circle,
Rectangle,
RoundedRectangle,
Oval,
Free;
}