static void addShape(Shape shape) { allShapes.add(shape); }
public static void addAudioEventListener(AudioEventListener listener) { listeners.add(listener); }
static void addSolid(Shape shape) { solidShapes.add(shape); }