예제 #1
0
파일: Grouper.java 프로젝트: jtorrente/ead
 @Override
 public void clear() {
   super.clear();
   setBounds(0, 0, 0, 0);
   setRotation(0);
   setScale(1, 1);
   setOrigin(0, 0);
 }
예제 #2
0
 /** Removes the root's children, actions, and listeners. */
 public void clear() {
   unfocusAll();
   root.clear();
 }
예제 #3
0
 /** Removes all actors and cells from the table. */
 public void clear() {
   super.clear();
   layout.clear();
 }