Example #1
0
 static void addShape(Shape shape) {
   allShapes.add(shape);
 }
Example #2
0
 public static void addAudioEventListener(AudioEventListener listener) {
   listeners.add(listener);
 }
Example #3
0
 static void addSolid(Shape shape) {
   solidShapes.add(shape);
 }