-
- 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.Collectionbuild()final Shape.Collection.BuilderaddShape(Shape shape)-
-
Method Detail
-
build
final Shape.Collection build()
-
addShape
final Shape.Collection.Builder addShape(Shape shape)
-
-
-
-