public interface PolygonConfigurator<V extends Value<V>>
| Modifier and Type | Method and Description |
|---|---|
ComplexPolygon<?,V> |
complex() |
CompoundPolygon<?,V> |
compound() |
ConvexPolygon<?,V> |
convex() |
SimplePolygon<?,V> |
simple() |
CompoundPolygon<?,V> compound()
ComplexPolygon<?,V> complex()
SimplePolygon<?,V> simple()
ConvexPolygon<?,V> convex()