예제 #1
0
 /** 清空所有精灵 */
 public synchronized void removeAll() {
   clear();
   this.sprites = new Sprite[0];
 }