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