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