-
- All Implemented Interfaces:
public final class Shape.Collection.Builder
-
-
Constructor Summary
Constructors Constructor Description Shape.Collection.Builder()
-
Method Summary
Modifier and Type Method Description final List<Shape>
getShapes()
final Shape.Collection
build()
final Shape.Collection.Builder
addShape(Shape shape)
-
-
Method Detail
-
build
final Shape.Collection build()
-
addShape
final Shape.Collection.Builder addShape(Shape shape)
-
-
-
-