Interface AreaBuilder
- All Known Subinterfaces:
CircleBuilder
,PolygonBuilder
,RectangleBuilder
public interface AreaBuilder
Generic definition of a builder for shaped areas.
- Since:
- 5.2.2103
-
Method Summary
Modifier and TypeMethodDescription@NotNull Area
build()
Produces a new area.@NotNull AreaBuilder
Sets the link maintained by the area.
-
Method Details
-
link
Sets the link maintained by the area.- Parameters:
link
- The link to be used.- Returns:
- This builder.
- Since:
- 5.2.2103
-
build
Produces a new area.- Returns:
- A new area.
- Since:
- 5.2.2103
-