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