Esempio n. 1
0
 @Override
 public void clear() {
   super.clear();
   setBounds(0, 0, 0, 0);
   setRotation(0);
   setScale(1, 1);
   setOrigin(0, 0);
 }
Esempio n. 2
0
 /** Removes the root's children, actions, and listeners. */
 public void clear() {
   unfocusAll();
   root.clear();
 }
Esempio n. 3
0
 /** Removes all actors and cells from the table. */
 public void clear() {
   super.clear();
   layout.clear();
 }