public interface ShapeContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape) |
Shape[] |
getShapes() |
boolean |
removeShape(Shape shape) |
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.